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