Inheritance Hierarchy
Object | |||||
VisitableBase | |||||
AlgebraicExpression | |||||
Predicate | |||||
BinaryPredicateBase | |||||
And | |||||
Or | |||||
Xor |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class BinaryPredicateBase : Predicate, IEquatable<BinaryPredicateBase>
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
BinaryPredicateBase(Predicate, Predicate) |
Initializes a new instance of the
BinaryPredicateBase class.
| |
Equals(BinaryPredicateBase) |
Determines whether the specified BinaryPredicateBase is equal to the current BinaryPredicateBase.
| |
Equals(Predicate) |
Determines whether the specified Predicate is equal to the current BinaryPredicateBase.
(Overrides Predicate.Equals(Predicate).) | |
GetHashCode()()()() |
Serves as a hash function for a
BinaryPredicateBase object.
(Overrides Predicate.GetHashCode()()()().) | |
Left |
Gets the left operand of the predicate.
| |
Right |
Gets the right operand of the predicate.
|