[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the list is equivalent to the specified list of help contexts.
Source position: lazhelpintf.pas line 72
public function TPascalHelpContextList.IsEqual( |
QueryItem: THelpQueryItem |
):Boolean; override; |
QueryItem |
|
List of help contexts compared in the method. |
True the lists are equivalent.
IsEqual is a Boolean function which indicates if the current list is equivalent to the list of help contexts specified in QueryItem. The return value is True when QueryItem is a TPascalHelpContextList instance which contains the same context items as the current instance.
IsEqual calls the CompareList method to examine and compare the context items in QueryItem.
|
Compares the specified list of help contexts to the current instance. |
|
|
Version 4.0 | Generated 2025-05-03 | Home |