Skip to main content

DateTimeRange.Equals(Object) Method

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj System.Object

The object you need to compare to the current time range.

Returns

Type Description
Boolean

true, if the specified object is equal to the current time range; otherwise, false.

See Also