Skip to main content

DateTimeRange.Equals(DateTimeRange) Method

Determines whether the current range is equal to the specified range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool Equals(
    DateTimeRange other
)

Parameters

Name Type Description
other DateTimeRange

The range to check equality with the current range.

Returns

Type Description
Boolean

true, if the ranges are equal; otherwise, false.

Implements

See Also