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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.