Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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