Skip to main content

DateTimeRange.Equals(DateTimeRange) Method

Checks whether the current time range is equal to the specified time range.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool Equals(
    DateTimeRange other
)

Parameters

Name Type Description
other DateTimeRange

The time range.

Returns

Type Description
Boolean

true if current and specified time ranges are equal; otherwise, false.

Implements

See Also