'DeclarationPublic Overloads Function Equals( _ ByVal other As ExpandedNodeId _ ) As Boolean
'UsageDim instance As ExpandedNodeId Dim other As ExpandedNodeId Dim value As Boolean value = instance.Equals(other)
public bool Equals( ExpandedNodeId other )
public: bool Equals( ExpandedNodeId^ other )
Parameters
- other
 - The other ExpandedNodeId.