DateTimeRange.Equality(DateTimeRange, DateTimeRange) Operator
Determines whether specified time ranges have the same values.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public static bool operator ==(DateTimeRange x, DateTimeRange y)
Parameters
Name | Type | Description |
---|---|---|
x | DateTimeRange | The time range. |
y | DateTimeRange | The time range. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also