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

DxSchedulerDateTimeRange.Equals(DxSchedulerDateTimeRange) Method

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool Equals(
    DxSchedulerDateTimeRange other
)

Parameters

Name Type Description
other DxSchedulerDateTimeRange

The object to compare with the current object.

Returns

Type Description
Boolean

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

See Also