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