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

DxSchedulerDateTimeRange.Equality(DxSchedulerDateTimeRange, DxSchedulerDateTimeRange) Operator

Indicates whether two specified DxSchedulerDateTimeRange instances are equal.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Parameters

Name Type Description
x DxSchedulerDateTimeRange

The first range to compare.

y DxSchedulerDateTimeRange

The second range to compare.

Returns

Type Description
Boolean

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

See Also