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
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