'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.
Return Value
Returns true if two node descriptors match; otherwise, returns false.