Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > DefaultMethodRules
Gets the default rules for method calls.
public static Expression<Func<MethodCallExpression, MethodCallExpression, Boolean>> DefaultMethodRules { get; }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.
Expression<Func<MethodCallExpression, MethodCallExpression, Boolean>>
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |