Skip to main content

WorkTime.Equals(WorkTime) Method

Returns whether the objects specify the same time interval.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public bool Equals(
    WorkTime other
)

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