Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.15 KB

File metadata and controls

26 lines (16 loc) · 1.15 KB

DefaultComparisonRules.DefaultConstantRules Property

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultConstantRules

Gets the rules for equivalency of ConstantExpression .

public static Expression<Func<ConstantExpression, ConstantExpression, Boolean>> DefaultConstantRules { get; }

Remarks

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.

Property Value

Expression<Func<ConstantExpression, ConstantExpression, Boolean>>


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