Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMRUItem.Equals(TcxMRUItem) Method

Determines if the item is equal to a specified item.

#Declaration

Delphi
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