Skip to main content

DateTimeRange.Inequality(DateTimeRange, DateTimeRange) Operator

Determines whether two specified ranges have different values.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Parameters

Name Type Description
x DateTimeRange

The first range to compare.

y DateTimeRange

The second range to compare.

Returns

Type Description
Boolean

true if the first range is different from the second range; otherwise, false.

See Also