MatchCollection.ICollection<Match>.Contains(Match) Metoda

Definicja

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

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

Parametry

item
Match

Obiekt do zlokalizowania w kolekcji.

Zwraca

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

Implementuje

Dotyczy