Int32Collection.Contains(Int32) Metod

Definition

Hämtar ett värde som anger om samlingen innehåller den angivna 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

Parametrar

value
Int32

Att Int32 hitta i samlingen.

Returer

true Int32 om hittas i Int32Collection, annars , false.

Implementeringar

Gäller för

Se även