'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.
- propertyArguments2
- Second object to be compared.
Return Value
True
if the objects are equal; false
otherwise.