System.Web.SiteMapNode.Equals Method

Gets a value indicating whether the current System.Web.SiteMapNode is identical to the specified object.

Syntax

public override bool Equals (object ob)

Parameters

ob
Documentation for this section has not yet been entered.

Returns

true if obj is both a System.Web.SiteMapNode and identical to the current System.Web.SiteMapNode; otherwise, false.

Remarks

Two System.Web.SiteMapNode objects are considered equal if both of the following conditions are met:

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0