SnapListGroupParam.Equals(SnapListGroupParam) Method
In This Article
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 | Snap |
An object to compare with the current object. |
#Returns
Type | Description |
---|---|
Boolean | true if objects are equal; otherwise false. |
See Also