'Declaration
Protected Function Match( _ ByVal other As UANamespaceQualified _ ) As Boolean
'Usage
Dim instance As UANamespaceQualified Dim other As UANamespaceQualified Dim value As Boolean value = instance.Match(other)
protected bool Match( UANamespaceQualified other )
protected: bool Match( UANamespaceQualified^ other )
Parameters
- other
- A UANamespaceQualified object. The node Id to match against.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).