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> 接口时使用。

适用于