GroupCollection.ICollection<Group>.Contains(Group) Methode

Definition

Bestimmt, ob die Gruppenauflistung eine bestimmtes Gruppenelement enthält.

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

Parameter

item
Group

Die Gruppe, die in der Gruppenauflistung gesucht werden soll.

Gibt zurück

true, wenn das Gruppenelement in der Gruppenauflistung gefunden wurde; anderenfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die GroupCollection-Instanz in eine ICollection<T>-Schnittstelle umgewandelt wird.

Gilt für: