ColumnFilterInfo.Equals(ColumnFilterInfo) Method
Determines whether the current object has the same settings as that specified.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| filter | ColumnFilterInfo | A ColumnFilterInfo object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| Boolean | true if an object specified by the parameter has the same settings as the current object; otherwise, false. |
See Also