Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultConstantSimilarities
Gets the default rule for similarities between constants.
public static Expression<Func<ConstantExpression, ConstantExpression, Boolean>> DefaultConstantSimilarities { get; }Type type of the values must be assignable to each other. Both values must either
be null or not null . If the values are expressions, the expressions must
be similar. If array, collection, or enumerable then the expressions are similar regardless
of the contents. Otherwise, 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 |