TParaInfo.IsEqual

<< Click to display table of contents >>

TParaInfo.IsEqual

Compares this paragraph style with Value.

function IsEqual(Value: TCustomRVParaInfo;

  IgnoreList: TRVParaInfoProperties): Boolean; override;

(introduced in version 1.5)

Parameters:

Value object to compare with this paragraph style. The class of this object is TCustomRVParaInfo or inherited from it.

IgnoreList set of values identifying properties to ignore when comparing, see TRVParaInfoProperties.

 

The following properties are always ignored when comparing styles:

Standard;

StyleName (if RichViewCompareStyleNames=False (default));

ModifiedProperties.

 

See also:

TCustomRVParaInfo.IsEqual (method of the ancestor class);

TParaInfos.FindSuchStyle;

TFontInfo.IsEqual.