Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

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

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