Int32Collection.Contains(Int32) Method

Definition

Gets a value that indicates whether the collection contains the specified Int32.

public:
 virtual bool Contains(int value);
public bool Contains (int value);
abstract member Contains : int -> bool
override this.Contains : int -> bool
Public Function Contains (value As Integer) As Boolean

Parameters

value
Int32

The Int32 to locate in the collection.

Returns

true if the Int32 is found in the Int32Collection; otherwise, false.

Implements

Applies to

See also