'Declaration
Public Overloads Function Equals( _ ByVal other As DefinedName _ ) As Boolean
'Usage
Dim instance As DefinedName Dim other As DefinedName Dim value As Boolean value = instance.Equals(other)
public bool Equals( DefinedName other )
Parameters
- other
- The DefinedName to compare with this instance.