'DeclarationProtected Overloads Function Equals( _ ByVal other As UAMappingSource _ ) As Boolean
'UsageDim instance As UAMappingSource Dim other As UAMappingSource Dim value As Boolean value = instance.Equals(other)
protected bool Equals( UAMappingSource other )
protected: bool Equals( UAMappingSource^ other )
Parameters
- other
 - Object to be compared.
The value of this parameter cannot be
null(Nothingin Visual Basic). 
Return Value
True if the objects are the same, otherwise false.