DataControlFieldCollection.Contains Method
.NET Framework 3.0
Determines whether the DataControlFieldCollection collection contains a specific DataControlField object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean Contains ( DataControlField field )
public function Contains ( field : DataControlField ) : boolean
Not applicable.
Parameters
- field
The DataControlField to locate in the DataControlFieldCollection.
Return Value
true if the DataControlFieldCollection contains the specified field; otherwise, false.This method performs a linear search. It determines equality by calling Object.Equals.
Community Additions
ADD
Show: