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