'Declaration
Public Operator =( _ ByVal left As UAClientDataMappingSource, _ ByVal right As UAClientDataMappingSource _ ) As Boolean
'Usage
public bool operator ==( UAClientDataMappingSource left, UAClientDataMappingSource right )
public: bool operator ==( UAClientDataMappingSource^ left, UAClientDataMappingSource^ right )
Parameters
- left
- First object to be compared.
- right
- Second object to be compared.
Return Value
True
if the objects are equal; false
otherwise.