'Declaration
Public Overloads Function Match( _ ByVal other As UAQualifiedName _ ) As Boolean
'Usage
Dim instance As UAQualifiedName Dim other As UAQualifiedName Dim value As Boolean value = instance.Match(other)
public bool Match( UAQualifiedName other )
public: bool Match( UAQualifiedName^ other )
Parameters
- other
- A UAQualifiedName object. The qualified name to match against.
Return Value
Returns true if two qualified names match; otherwise, returns false.