Skip to main content

DateTimeRange.Inequality(DateTimeRange, DateTimeRange) Operator

Determines whether two specified ranges have different values.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

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 the different from the second range; otherwise, false.

See Also