Skip to main content
All docs
V25.1
  • SeriesPointCollectionDataAdapter.Equals(Object) Method

    Determines whether the current object has the same settings as the specified object.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public override bool Equals(
        object obj
    )

    Parameters

    Name Type Description
    obj Object

    A SeriesPointCollectionDataAdapter object to compare with the current object.

    Returns

    Type Description
    Boolean

    true if the object passed in method parameters has the same settings as the current object; otherwise, false.

    See Also