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.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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