Skip to main content

DateTimeRange.Equality(DateTimeRange, DateTimeRange) Operator

Determines whether two specified ranges have the same value.

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

See Also