Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1016 Bytes

File metadata and controls

25 lines (15 loc) · 1016 Bytes

DefaultComparisonRules.DefaultLambdaRules Property

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultLambdaRules

Gets the default rules for lambda.

public static Expression<Func<LambdaExpression, LambdaExpression, Boolean>> DefaultLambdaRules { get; }

Remarks

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.

Property Value

Expression<Func<LambdaExpression, LambdaExpression, Boolean>>


Generated Copyright Version
02/22/2021 21:59:57 (c) Copyright 2020 Jeremy Likness. 0.9.7-beta