|
TParaInfo.IsEqual |
Top Previous Next |
|
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:
See also:
|