Skip to main content

TimeSpanRange.Inequality(TimeSpanRange, TimeSpanRange) 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 !=(TimeSpanRange x, TimeSpanRange y)

Parameters

Name Type Description
x TimeSpanRange

The first range to compare.

y TimeSpanRange

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