TimeSpanRange.Equals(TimeSpanRange) Method
Checks whether the specified range is equal to the current range.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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