MobileForms Toolkit Documentation

DayCellCollection.Contains Method 

Determines whether an DayCell is in the collection.

public bool Contains(
DayCell value
);

Parameters

value
The DayCell to locate in the collection.

Return Value

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

Remarks

Returns boolean value that indicate if the DayCell is in the collection.

See Also

DayCellCollection Class | Resco.Controls.OutlookControls Namespace