Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 2.24 KB

File metadata and controls

63 lines (40 loc) · 2.24 KB

IExpressionComparisonRuleProvider.CheckEquivalency Method

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Signatures > IExpressionComparisonRuleProvider > CheckEquivalency

Perform the check.

Overloads

Overload Description
CheckEquivalency(Expression source, Expression target) Perform the check against all cached types.
CheckEquivalency<T>(T source, Expression target) Perform the check.

CheckEquivalency(Expression source, Expression target)

Perform the check against all cached types.

public virtual Boolean CheckEquivalency(Expression source, Expression target)

Return Type

Boolean - A flag indicating whether the two expressions are equivalent.

Parameters

Parameter Type Description
source Expression The source expression.
target Expression The target expression.

Exceptions

Exception Description
ArgumentNullException Throws when either source or target are null.

CheckEquivalency<T>(T source, Expression target)

Perform the check.

public virtual Boolean CheckEquivalency<T>(T source, Expression target)

Return Type

Boolean - A flag indicating whether the two expressions are equivalent.

Parameters

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