IIntCollection.Contains(Int32) Method

Definition

Determines whether the collection contains the specified item.

public bool Contains (int item);
abstract member Contains : int -> bool
Public Function Contains (item As Integer) As Boolean

Parameters

item
Int32

The integer item to find.

Returns

Is true if the item exists; otherwise, false.

Implements

Applies to