Skip to main content

EFFiltersCollection.Contains(DBSetFilter) Method

Determines whether or not the collection contains the specified filter.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Contains(
    DBSetFilter item
)

Parameters

Name Type Description
item DBSetFilter

A DBSetFilter object locate in the collection.

Returns

Type Description
Boolean

true, if the specified filter is a member of the collection; otherwise, false.

See Also