TcxMRUItem.Equals(TcxMRUItem) Method
Determines if the item is equal to a specified item.
Declaration
function Equals(AItem: TcxMRUItem): Boolean; reintroduce; virtual; abstract;
Parameters
Name | Type |
---|---|
AItem | TcxMRUItem |
Returns
Type |
---|
Boolean |
Remarks
TcxMRUItem descendants must implement this abstract function to indicate if the item is equal to the item passed as the AItem parameter. This function must return True if the items match; otherwise, False.
See Also