Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

IFilter which returns the logical exclusive or ("xor") of two other filters.

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

Syntax

C#
public class XorFilter : ArrayFilter

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Filter..::.ArrayFilter
    Tangosol.Util.Filter..::.XorFilter

See Also