Implementation of the Xor predicate. It is true if either operand is true, but not both of them.
Inheritance Hierarchy
Assembly: Epic.Query
Declaration Syntax
| C# |
[SerializableAttribute] public sealed class Xor : BinaryPredicateBase, IEquatable<Xor>
Members
| All Members | Constructors | Methods | |||
| Member | Description | |
|---|---|---|
| Xor(Predicate, Predicate) |
Initializes a new instance of the Xor class.
| |
| Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) | |
| Equals(BinaryPredicateBase) |
Determines whether the specified BinaryPredicateBase is equal to the
current Xor.
(Overrides BinaryPredicateBase.Equals(BinaryPredicateBase).) | |
| Equals(Xor) |
Determines whether the specified Xor is equal to the current Xor.
|
