ListCollectionView.InternalContains(Object) Metoda

Definice

Vrátí hodnotu, která určuje, jestli InternalList položka obsahuje.

protected:
 bool InternalContains(System::Object ^ item);
protected bool InternalContains(object item);
member this.InternalContains : obj -> bool
Protected Function InternalContains (item As Object) As Boolean

Parametry

item
Object

Položka, kterou chcete najít.

Návraty

true InternalList pokud obsahuje položku, falsejinak .

Platí pro