Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Specifies whether the specified object is the same as the HierarchyId.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Overridable Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As HierarchyId
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public virtual bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
)
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public function Equals(
obj : Object
) : boolean
Parameters
obj
Type: System.ObjectThe object to compare to.
Return Value
Type: System.Boolean
true if the specified object is the same as the HierarchyId; otherwise, false.