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

IFilter which tests the result of a member invocation for inequality to null.

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

Syntax

C#
public class IsNotNullFilter : NotEqualsFilter

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Filter..::.ExtractorFilter
    Tangosol.Util.Filter..::.ComparisonFilter
      Tangosol.Util.Filter..::.NotEqualsFilter
        Tangosol.Util.Filter..::.IsNotNullFilter

See Also