'Declaration
Public Operator =( _ ByVal propertyArguments1 As DAPropertyArguments, _ ByVal propertyArguments2 As DAPropertyArguments _ ) As Boolean
'Usage
public bool operator ==( DAPropertyArguments propertyArguments1, DAPropertyArguments propertyArguments2 )
public: bool operator ==( DAPropertyArguments^ propertyArguments1, DAPropertyArguments^ propertyArguments2 )
Parameters
- propertyArguments1
- First object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic). - propertyArguments2
- Second object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True
if the objects are equal; false
otherwise.