Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares the current expression to another expression to determine whether they are equal.
Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Function Match ( _
    expression As CodeExpression _
) As Boolean
'Usage
Dim instance As WorkflowCodeTypeReferenceExpression
Dim expression As CodeExpression
Dim returnValue As Boolean
returnValue = instance.Match(expression)
public bool Match(
    CodeExpression expression
)
Parameters
expression
Type: System.CodeDom.CodeExpressionThe expression that is used to compare to the current expression.
Return Value
Type: System.Boolean
true to show that the expressions are equal; otherwise, the value is false.
Implements
IRuleExpression.Match(CodeExpression)
See Also
Reference
WorkflowCodeTypeReferenceExpression Class