'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.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)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public bool Equals( UABrowsePathParser other )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.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.
This return value of this method should not be ignored.