MobileForms Toolkit Documentation

GroupsCollection.Contains Method 

Determines whether an Group is in the collection.

public bool Contains(
Group value
);

Parameters

value
The Group to locate in the collection.

Return Value

true if the group is found in the List; otherwise, false.

Remarks

Return boolean value that indicate if the Group is in the collection.

See Also

GroupsCollection Class | Resco.Controls.OutlookControls Namespace