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