Determines whether the collection contains a specific System.Web.SiteMapNode object.
- value
- The System.Web.SiteMapNode to locate in the System.Web.SiteMapNodeCollection.
true if the System.Web.SiteMapNodeCollection contains the specified System.Web.SiteMapNode; otherwise, false.
The SiteMapNodeCollection.Contains(SiteMapNode) method determines equality by calling the object.Equals(object) method.