'Declaration
Protected Overloads Function Equals( _ ByVal other As BrowseTreePosition _ ) As Boolean
'Usage
Dim instance As BrowseTreePosition Dim other As BrowseTreePosition Dim value As Boolean value = instance.Equals(other)
protected bool Equals( BrowseTreePosition other )
protected: bool Equals( BrowseTreePosition^ other )
Parameters
- other
- The BrowseTreePosition to compare with the current object.
Return Value
true
if the specified object is equal to the current object; otherwise, false
.