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

Definition

Ermittelt, ob die Auflistung einen bestimmten Wert enthält.

 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

Parameter

item
Match

Das Objekt, das in der Auflistung gesucht werden soll.

Gibt zurück

true, wenn sich der Wert item in der Auflistung befindet, andernfalls false.

Implementiert

Gilt für: