Skip to main content

DrawOptions.Inequality(DrawOptions, DrawOptions) Operator

Returns whether two DrawOptions objects are not equal.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static bool operator !=(DrawOptions a, DrawOptions b)

Parameters

Name Type Description
a DrawOptions

The first object to check equality.

b DrawOptions

The first object to check equality.

Returns

Type Description
Boolean

true if passed objects are not equal; otherwise false.

See Also