Skip to main content
A newer version of this page is available.

DxSchedulerDateTimeRange.Inequality(DxSchedulerDateTimeRange, DxSchedulerDateTimeRange) Operator

Indicates whether two specified DxSchedulerDateTimeRange instances are not equal.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static bool operator !=(DxSchedulerDateTimeRange x, DxSchedulerDateTimeRange y)

Parameters

Name Type Description
x DxSchedulerDateTimeRange

The first range to compare.

y DxSchedulerDateTimeRange

The second range to compare.

Returns

Type Description
Boolean

true if values of two ranges are not equal; otherwise, false.

See Also