Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapListGroupParam.Equals(SnapListGroupParam) Method

    Determines whether two SnapListGroupParam objects are equal.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public bool Equals(
        SnapListGroupParam other
    )

    Parameters

    Name Type Description
    other SnapListGroupParam

    An object to compare with the current object.

    Returns

    Type Description
    Boolean

    true if objects are equal; otherwise false.

    See Also