[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazHelpIntf' (#lcl)

TPascalHelpContextList.IsEqual

Indicates if the list is equivalent to the specified list of help contexts.

Declaration

Source position: lazhelpintf.pas line 72

public function TPascalHelpContextList.IsEqual(

  QueryItem: THelpQueryItem

):Boolean; override;

Arguments

QueryItem

  

List of help contexts compared in the method.

Function result

True the lists are equivalent.

Description

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.

See also

TPascalHelpContextList.CompareList

  

Compares the specified list of help contexts to the current instance.

THelpQueryItem

  


Version 4.0 Generated 2025-05-03 Home