Aracılığıyla paylaş


ModelItemCollection.IList.Contains(Object) Yöntem

Tanım

ModelItemCollectionÖğesinin belirtilen öğeyi içerip içermediğini belirler.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parametreler

value
Object

İçinde yerini almak istediğiniz nesne ModelItemCollection .

Döndürülenler

Boolean

true Eğer, ModelItemCollection belirtilen değere sahip bir öğe içeriyorsa; Aksi takdirde, false .

Uygulamalar

Özel durumlar

value, null değeridir.

Şunlara uygulanır