'Declaration
<PureAttribute()> Public Overloads Function Equals( _ ByVal other As UABrowsePathParser _ ) As Boolean
'Usage
Dim instance As UABrowsePathParser Dim other As UABrowsePathParser Dim value As Boolean value = instance.Equals(other)
[Pure()] public bool Equals( UABrowsePathParser other )
[Pure()] public: bool Equals( UABrowsePathParser^ other )
Parameters
- other
- UABrowsePathParser to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
True if the browse path parsers are the same, otherwise false.