'Declaration
Public Function Match( _ ByVal other As NodeDescriptor _ ) As Boolean
'Usage
Dim instance As NodeDescriptor Dim other As NodeDescriptor Dim value As Boolean value = instance.Match(other)
public bool Match( NodeDescriptor other )
public: bool Match( NodeDescriptor^ other )
Parameters
- other
- The node descriptor to match against.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).