|
TCustomRVFontInfo.IsEqual |
Top Previous Next |
|
Compares this text style with Value. function IsEqual(Value: TCustomRVFontInfo; IgnoreList: TRVFontInfoProperties): Boolean; dynamic; (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:
See also:
|