TCustomRVFontInfo.IsEqual

<< Click to display table of contents >>

TCustomRVFontInfo.IsEqual

Compares this text style with Value.

function IsEqual(Value: TCustomRVFontInfo;

  IgnoreList: TRVFontInfoProperties): Boolean;

(introduced in version 1.3)

Parameters:

Value – object to compare with this text style. The class of this object is TCustomRVFontInfo or inherited from it.

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

 

The following properties are always ignored when comparing styles:

▪Standard;

▪StyleName (if RichViewCompareStyleNames=False (default)).

 

See also:

▪TFontInfo.IsEqual (TFontInfo is inherited from this class);

▪TCustomRVParaInfo.IsEqual.