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

Definice

Určuje, zda kolekce skupiny obsahuje konkrétní položku skupiny.

 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

Parametry

item
Group

Skupina, která se má vyhledat v kolekci skupin.

Návraty

true pokud je položka skupiny nalezena v kolekci skupiny; false Jinak.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že GroupCollection je instance přetypovaná na ICollection<T> rozhraní.

Platí pro