Click or drag to resize
ExpressionParserIsBetterThan Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IsBetterThan(System.Linq.Expressions.Expression[],System.Linq.Dynamic.ExpressionParser.MethodData,System.Linq.Dynamic.ExpressionParser.MethodData)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private static bool IsBetterThan(
	Expression[] args,
	ExpressionParserMethodData m1,
	ExpressionParserMethodData m2
)

Parameters

args
Type: System.Linq.ExpressionsExpression
m1
Type: System.Linq.DynamicExpressionParserMethodData
m2
Type: System.Linq.DynamicExpressionParserMethodData

Return Value

Type: Boolean
See Also