GroupCollection.ICollection<Group>.Contains(Group) Yöntem

Tanım

Grup koleksiyonunun belirli bir grup öğesi içerip içermediğini belirler.

 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

Parametreler

item
Group

Grup koleksiyonunda bulunacak grup.

Döndürülenler

true grup öğesi grup koleksiyonunda bulunursa; false Aksi takdir -de.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir ICollection<T> arabirime GroupCollection yayınlandığında kullanılabilir.

Şunlara uygulanır