Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IExpressionComparisonRuleProvider > CheckEquivalency
Perform the check.
| Overload | Description |
|---|---|
| CheckEquivalency(Expression source, Expression target) | Perform the check against all cached types. |
| CheckEquivalency<T>(T source, Expression target) | Perform the check. |
Perform the check against all cached types.
public virtual Boolean CheckEquivalency(Expression source, Expression target)Boolean - A flag indicating whether the two expressions are equivalent.
| Parameter | Type | Description |
|---|---|---|
source |
Expression | The source expression. |
target |
Expression | The target expression. |
| Exception | Description |
|---|---|
| ArgumentNullException | Throws when either source or target are null. |
Perform the check.
public virtual Boolean CheckEquivalency<T>(T source, Expression target)Boolean - A flag indicating whether the two expressions are equivalent.
| Parameter | Type | Description |
|---|---|---|
source |
T | The source expression. |
target |
Expression | The target expression. |
| Generated | Copyright | Version |
|---|---|---|
| 02/22/2021 21:59:57 | (c) Copyright 2020 Jeremy Likness. | 0.9.7-beta |