Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.15 KB

File metadata and controls

58 lines (36 loc) · 2.15 KB

DefaultComparisonRules.CheckSimilarity Method

Index > ExpressionPowerTools.Core > ExpressionPowerTools.Core.Comparisons > DefaultComparisonRules > CheckSimilarity

Perform the check.

Overloads

Overload Description
CheckSimilarity(Expression source, Expression target) Checks for similarity against all types.
CheckSimilarity<T>(T source, Expression target) Perform the check.

CheckSimilarity(Expression source, Expression target)

Checks for similarity against all types.

public virtual Boolean CheckSimilarity(Expression source, Expression target)

Return Type

Boolean - A value indicating whether a match was found and was successful.

Parameters

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

CheckSimilarity<T>(T source, Expression target)

Perform the check.

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

Return Type

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

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