'Declaration
Public Overloads Function Equals( _ ByVal other As UAClientDataMappingSource _ ) As Boolean
'Usage
Dim instance As UAClientDataMappingSource Dim other As UAClientDataMappingSource Dim value As Boolean value = instance.Equals(other)
public bool Equals( UAClientDataMappingSource other )
public: bool Equals( UAClientDataMappingSource^ other )
Parameters
- other
- Object to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True if the objects are the same, otherwise false.