Skip to main content
A newer version of this page is available. .

ColumnFilterInfo.Equals(ColumnFilterInfo) Method

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public bool Equals(
    ColumnFilterInfo filter
)

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