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

EFFiltersCollection.Contains(Object) Method

Determines whether or not the collection contains a filter with the specified value.

Namespace: DevExpress.DataAccess.EntityFramework

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public bool Contains(
    object value
)

Parameters

Name Type Description
value Object

A Object value, corresponding to the item to locate in the collection.

Returns

Type Description
Boolean

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

See Also