Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 958 Bytes

File metadata and controls

25 lines (15 loc) · 958 Bytes

DefaultComparisonRules.DefaultBinaryRules Property

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultBinaryRules

Gets the default rules for binaries.

public static Expression<Func<BinaryExpression, BinaryExpression, Boolean>> DefaultBinaryRules { get; }

Remarks

The node types (i.e. "Greater than", "Equals", etc.) must be equal. The left and right expressions must both be equivalent.

Property Value

Expression<Func<BinaryExpression, BinaryExpression, Boolean>>


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