'Declaration
<PureAttribute()> Public Overloads Function Equals( _ ByVal other As UABrowsePath _ ) As Boolean
'Usage
Dim instance As UABrowsePath Dim other As UABrowsePath Dim value As Boolean value = instance.Equals(other)
[Pure()] public bool Equals( UABrowsePath other )
[Pure()] public: bool Equals( UABrowsePath^ other )
Parameters
- other
- Browse path to be compared.
The value of this parameter can be
null
(Nothing
in Visual Basic).