GroupCollection.ICollection<Group>.Contains(Group) メソッド

定義

グループ コレクションに特定のグループ項目が含まれているかどうかを判断します。

 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

パラメーター

item
Group

グループ コレクションで検索するグループ。

戻り値

グループ項目がグループ コレクションで見つかった場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GroupCollection のインスタンスが ICollection<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象