MenuItemBindingCollection.Contains Method
.NET Framework 3.0
Determines whether the specified MenuItemBinding object is in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( MenuItemBinding binding )
public function Contains ( binding : MenuItemBinding ) : boolean
Not applicable.
Parameters
- binding
The MenuItemBinding to find.
Return Value
true if the specified MenuItemBinding is contained in the collection; otherwise, false.Community Additions
ADD
Show: