Skip to main content

CustomAggregateCollection.Contains(ICustomAggregate) Method

Finds out whether a custom aggregate function collection contains a specified item.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool Contains(
    ICustomAggregate item
)

Parameters

Name Type Description
item ICustomAggregate

A custom aggregate function.

Returns

Type Description
Boolean

true, if the collection contains a specified custom aggregate function; otherwise, false.

See Also