'Declaration<JetBrains.Annotations.PureAttribute()> <JetBrains.Annotations.MustUseReturnValueAttribute()> Public Overloads Function Equals( _ ByVal other As UABrowsePath _ ) As Boolean
'UsageDim instance As UABrowsePath Dim other As UABrowsePath Dim value As Boolean value = instance.Equals(other)
[JetBrains.Annotations.Pure()] [JetBrains.Annotations.MustUseReturnValue()] public bool Equals( UABrowsePath other )
[JetBrains.Annotations.Pure()] [JetBrains.Annotations.MustUseReturnValue()] public: bool Equals( UABrowsePath^ other )
Parameters
- other
- Browse path to be compared.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
True if the browse paths are the same, otherwise false.
This return value of this method should not be ignored.