ListCollectionView.InternalContains(Object) Methode

Definitie

Retourneert een waarde die aangeeft of het InternalList item het bevat.

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

Parameters

item
Object

Het item dat moet worden gevonden.

Retouren

true als het InternalList item het bevat; falseanders.

Van toepassing op