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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา