DateTimeRange.Equals(DateTimeRange) Method
Checks whether the current time range is equal to the specified time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public bool Equals(
DateTimeRange other
)
Parameters
| Name | Type | Description |
|---|---|---|
| other | DateTimeRange | The time range. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
See Also