







The Constraint type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | Equals(Expression, Expression) |
Compares the specified expressions.
|
![]() ![]() | Equals(Expression, Double) |
Compares the expression to a constant.
|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GreaterThanOrEqual(Expression, Expression) |
Compares two expressions whether the first expression is greater or equal the second expression.
|
![]() ![]() | GreaterThanOrEqual(Expression, Double) |
Compares the expression to a constant whether its greater or equal.
|
![]() ![]() | LessThanOrEqual(Expression, Expression) |
Compares two expressions whether the first expression is lower or equal the second expression.
|
![]() ![]() | LessThanOrEqual(Expression, Double) |
Compares the expression to a constant whether its less or equal.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |