TimeSpanRange.Equality(TimeSpanRange, TimeSpanRange) Operator
Determines whether two specified ranges have the same value.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public static bool operator ==(TimeSpanRange x, TimeSpanRange y)
Parameters
Name | Type | Description |
---|---|---|
x | TimeSpanRange | The first range to compare. |
y | TimeSpanRange | The second range to compare. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also