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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.