Determines whether the collection contains a specific group.
'宣言
Public Overloads Function Contains( _
ByVal As Group _
) As System.Boolean
public System.bool Contains(
Group
)
パラメータ
- g
- Reference to the Group object.
戻り値の型
True if the collection contains specified field; otherwise, false.