AppearanceOptions.IsEqual(AppearanceOptions) Method
Tests whether two objects have the same property values.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | AppearanceOptions | The AppearanceOptions object to which the current object is compared. |
Returns
Type | Description |
---|---|
Boolean | true if the current object has the same property values as the specified object; otherwise, false. |
See Also