Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultLambdaRules
Gets the default rules for lambda.
public static Expression<Func<LambdaExpression, LambdaExpression, Boolean>> DefaultLambdaRules { get; }The name of the lambda expressions must be equal. The main expression body must be equivalent between the source and target, and if one is tail call optimized, the other must be, too.
Expression<Func<LambdaExpression, LambdaExpression, Boolean>>
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |