Skip to main content
All docs
V25.1
  • 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

    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