GlobalObjectCollection.IList.Contains(Object) Yöntem

Tanım

Bir nesnenin koleksiyonda olup olmadığını belirler.

 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;
 virtual bool System.Collections.IList.Contains(Platform::Object ^ item) = System::Collections::IList::Contains;
bool System.Collections.IList.Contains(winrt::Windows::Foundation::IInspectable const & item);
bool IList.Contains (object item);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (item As Object) As Boolean Implements IList.Contains

Parametreler

item
Object

Bulunacak öğe.

Döndürülenler

Boolean

true nesne koleksiyonunuzda ise, tersi durumda false .

Uygulamalar

Şunlara uygulanır