IRuleExpression.Match(CodeExpression) Method

Definition

Compares the current expression to another expression to determine whether they are equal.

public bool Match(System.CodeDom.CodeExpression expression);

Parameters

expression
CodeExpression

The expression to compare the current expression to.

Returns

true to show that the expressions are equal; otherwise, false.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1