Removes the specified System.Web.SiteMapNode object from the collection.
- value
- The System.Web.SiteMapNode to remove from the System.Web.SiteMapNodeCollection.
You can test whether a System.Web.SiteMapNodeCollection collection is read-only by checking the SiteMapNodeCollection.IsReadOnly property.
The SiteMapNodeCollection.Remove(SiteMapNode) method determines equality by calling the object.Equals(object) method.