Skip to main content

TcxSchedulerControlEventID.Equals(TcxSchedulerControlEventID) Method

Checks whether the AValue identifier represents the same user event as the current id.

Declaration

function Equals(AValue: TcxSchedulerControlEventID): Boolean; reintroduce;

Parameters

Name Type
AValue TcxSchedulerControlEventID

Returns

Type
Boolean

Remarks

This function returns True if the current identifier and the AValue represent the same user event.

See Also