Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.08 KB

File metadata and controls

26 lines (16 loc) · 1.08 KB

DefaultComparisonRules.DefaultMethodRules Property

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultMethodRules

Gets the default rules for method calls.

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

Remarks

The types must match. The method name and declaring type must match. If the Object property is not null, the properties must be equivalent. The source and target must have equivalent count of arguments and each argument must be equivalent.

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