'Declaration
Public Operator =( _ ByVal left As DAPropertyIdSet, _ ByVal right As DAPropertyIdSet _ ) As Boolean
'Usage
public bool operator ==( DAPropertyIdSet left, DAPropertyIdSet right )
public: bool operator ==( DAPropertyIdSet^ left, DAPropertyIdSet^ right )
Parameters
- left
- First property set to be compared.
- right
- Second property set to be compared.
Return Value
True if the property sets are the same, otherwise false.