Skip to main content
All docs
V26.1
  • DashboardPaletteItem.Equals(DashboardPaletteItem) Method

    Determines whether the specified DashboardPaletteItem instance is equal to the current instance.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v26.1.Core.dll

    Declaration

    public bool Equals(
        DashboardPaletteItem other
    )

    Parameters

    Name Type Description
    other DashboardPaletteItem

    The DashboardPaletteItem instance to compare with the current instance.

    Returns

    Type Description
    Boolean

    true, if the specified DashboardPaletteItem instance is equal to the current instance; otherwise, false.

    See Also