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);
public bool Match (System.CodeDom.CodeExpression expression);
abstract member Match : System.CodeDom.CodeExpression -> bool
Public Function Match (expression As CodeExpression) As Boolean

Parameters

expression
CodeExpression

The expression to compare the current expression to.

Returns

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

Applies to