DrawOptions.Equality(DrawOptions, DrawOptions) Operator
Compares two DrawOptions objects. The result specifies whether these objects are equal.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| a | DrawOptions | The first object to check equality. |
| b | DrawOptions | The second object to check equality. |
Returns
| Type | Description |
|---|---|
| Boolean | true if passed objects are equal; otherwise false. |
See Also