|
TCustomRVParaInfo.IsEqual |
Top Previous Next |
|
Compares this paragraph style with Value. function IsEqual(Value: TCustomRVParaInfo; IgnoreList: TRVParaInfoProperties): Boolean; dynamic; (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)).
See also: ▪TParaInfo.IsEqual (TParaInfo is inherited from this class); ▪TCustomRVFontInfo.IsEqual. |