Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultConstantRules
Gets the rules for equivalency of ConstantExpression .
public static Expression<Func<ConstantExpression, ConstantExpression, Boolean>> DefaultConstantRules { get; }Must be of same type. Both must be null or not null. If the value is an expression, the expressions must be equivalent. If the values are enumerable, the contents of the enumerable must match. The values must pass.
Expression<Func<ConstantExpression, ConstantExpression, Boolean>>
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |