SiteMapNode.Equals Method (Object)
.NET Framework 3.0
Gets a value indicating whether the current SiteMapNode is identical to the specified object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Equals ( Object obj )
public override function Equals ( obj : Object ) : boolean
Not applicable.
Parameters
- obj
An object to compare to the current SiteMapNode.
Return Value
true if obj is both a SiteMapNode and identical to the current SiteMapNode; otherwise, false.Community Additions
ADD
Show: