Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

IFilter which tests an ICollection or object array value returned from a method invocation for containment of any value in a collection.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class ContainsAnyFilter : ComparisonFilter, 
	IIndexAwareFilter, IEntryFilter, IFilter

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Filter..::.ExtractorFilter
    Tangosol.Util.Filter..::.ComparisonFilter
      Tangosol.Util.Filter..::.ContainsAnyFilter

See Also