WorkTime.Equals(WorkTime) Method
Returns whether the objects specify the same time interval.
Namespace: DevExpress.XtraGantt.Scheduling
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| other | WorkTime | An object that specifies a time interval. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the objects specify the same interval; otherwise, false. |
See Also