Gets a value indicating whether the current System.Web.SiteMapNode is identical to the specified object.
- ob
- Documentation for this section has not yet been entered.
true if obj is both a System.Web.SiteMapNode and identical to the current System.Web.SiteMapNode; otherwise, false.
Two System.Web.SiteMapNode objects are considered equal if both of the following conditions are met:
Both System.Web.SiteMapNode objects have the same value for the SiteMapNode.Key property.
The culture-invariant, case-insensitive comparison of both SiteMapNode.Url properties returns true.