IRuleExpression.Match(CodeExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.