'Declaration <CLSCompliantAttribute(False)> Public Overloads Function Equals( _ ByRef other As Reference _ ) As Boolean
'Usage Dim instance As Reference Dim other As Reference Dim value As Boolean value = instance.Equals(other)
[CLSCompliant(false)] public bool Equals( ref Reference other )
Parameters
- other
- An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.