DataControlFieldCollection.Contains(DataControlField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the DataControlFieldCollection collection contains a specific DataControlField object.
public:
bool Contains(System::Web::UI::WebControls::DataControlField ^ field);
public bool Contains (System.Web.UI.WebControls.DataControlField field);
member this.Contains : System.Web.UI.WebControls.DataControlField -> bool
Public Function Contains (field As DataControlField) As Boolean
Parameters
- field
- DataControlField
The DataControlField to locate in the DataControlFieldCollection.
Returns
true
if the DataControlFieldCollection contains the specified field; otherwise, false
.
Remarks
This method performs a linear search. It determines equality by calling Object.Equals.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.