Skip to main content

TdxScrollbarAnnotationStyle.IsEqual(TdxScrollbarAnnotationStyle) Method

Identifies if two scrollbar annotation styles are identical.

Declaration

function IsEqual(AStyle: TdxScrollbarAnnotationStyle): Boolean;

Parameters

Name Type
AStyle TdxScrollbarAnnotationStyle

Returns

Type
Boolean

Remarks

Call this function and pass another scrollbar annotation style as the AStyle parameter to identify if the current and specified styles are identical. The IsEqual function returns True only if all corresponding field values are equal for both styles; otherwise, False.

See Also