Skip to main content
A newer version of this page is available.

DxSchedulerTimeSpanRange.Equals(DxSchedulerTimeSpanRange) Method

Determines whether the specified DxSchedulerTimeSpanRange object is equal to the current DxSchedulerTimeSpanRange instance.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool Equals(
    DxSchedulerTimeSpanRange other
)

Parameters

Name Type Description
other DxSchedulerTimeSpanRange

The object to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current DxSchedulerTimeSpanRange instance; otherwise, false.

See Also