Skip to main content
A newer version of this page is available. .

HyperlinkLabelControlAppearanceOptions.IsEqual(AppearanceOptions) Method

Determines whether the specified object and the current HyperlinkLabelControlAppearanceOptions object have the same property values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override bool IsEqual(
    AppearanceOptions options
)

Parameters

Name Type Description
options AppearanceOptions

An object to be compared with the current object.

Returns

Type Description
Boolean

true, if the current object has the same property values as the specified object; otherwise, false.

See Also