Udostępnij za pośrednictwem


CaptureCollection.ICollection<Capture>.Contains(Capture) Metoda

Definicja

Określa, czy kolekcja zawiera określoną wartość.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Contains;
bool ICollection<Capture>.Contains (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains : System.Text.RegularExpressions.Capture -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Contains : System.Text.RegularExpressions.Capture -> bool
Function Contains (item As Capture) As Boolean Implements ICollection(Of Capture).Contains

Parametry

item
Capture

Obiekt do zlokalizowania w kolekcji.

Zwraca

Boolean

Wartość true, jeśli obiekt item zostanie znaleziony w kolekcji; w przeciwnym razie wartość false.

Implementuje

Dotyczy