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

DxSchedulerTimeSpanRange.Equality(DxSchedulerTimeSpanRange, DxSchedulerTimeSpanRange) Operator

Indicates whether two specified DxSchedulerTimeSpanRange instances are equal.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static bool operator ==(DxSchedulerTimeSpanRange x, DxSchedulerTimeSpanRange y)

Parameters

Name Type Description
x DxSchedulerTimeSpanRange

The first time interval to compare.

y DxSchedulerTimeSpanRange

The second time interval to compare.

Returns

Type Description
Boolean

true if values of two intervals are equal; otherwise, false.

See Also