Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.04 KB

File metadata and controls

25 lines (15 loc) · 1.04 KB

DefaultComparisonRules.DefaultMethodSimilarities Property

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultMethodSimilarities

Gets the defeault rules for method call similarities.

public static Expression<Func<MethodCallExpression, MethodCallExpression, Boolean>> DefaultMethodSimilarities { get; }

Remarks

The types must be similar. The name and count of arguments must be equal. If the Object property exists, the source object must be part of the target. Arguments must be similar.

Property Value

Expression<Func<MethodCallExpression, MethodCallExpression, Boolean>>


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