ListCollectionView.InternalContains(Object) Method

Definition

Return a value that indicates whether the InternalList contains the item.

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

The item to locate.

Returns

true if the InternalList contains the item; otherwise, false.

Applies to