RoleGroupCollection.Contains(RoleGroup) Method

Definition

Indicates whether the collection contains the specified role group.

public:
 bool Contains(System::Web::UI::WebControls::RoleGroup ^ group);
public bool Contains (System.Web.UI.WebControls.RoleGroup group);
member this.Contains : System.Web.UI.WebControls.RoleGroup -> bool
Public Function Contains (group As RoleGroup) As Boolean

Parameters

group
RoleGroup

The RoleGroup to look for in the collection.

Returns

true if the specified role group is a member of the collection; otherwise false.

Applies to

See also