'UsageDim instance As _UAQualifiedName Dim other As Object Dim value As Boolean value = instance.Match(other)
Parameters
- other
 - A OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName object. The qualified name to match against.
 
Return Value
Returns true if two qualified names match; otherwise, returns false.