Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

File metadata and controls

27 lines (17 loc) · 1.18 KB

DefaultComparisonRules.DefaultConstantSimilarities Property

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; }

Remarks

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.

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