Język

ActivityCollection.IList.Contains(Object) Metoda

Definicja

Pobiera wartość wskazującą, czy Object element jest członkiem kolekcji.

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains(object value);
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parametry

value
Object

Element Object do zlokalizowania w obiekcie IList.

Zwraca

true jeśli value znajduje się w kolekcji; w przeciwnym razie false.

Implementuje

Dotyczy