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