'DeclarationProtected Overloads Function Equals( _ ByVal other As UADataTypeDescriptor _ ) As Boolean
'UsageDim instance As UADataTypeDescriptor Dim other As UADataTypeDescriptor Dim value As Boolean value = instance.Equals(other)
protected bool Equals( UADataTypeDescriptor other )
protected: bool Equals( UADataTypeDescriptor^ other )
Parameters
- other
 - The object to compare members to.
 
Return Value
Returns 
true iff the member values equal.