Delen via


WorkflowCodeTypeReferenceExpression.Match Method

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

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

WorkflowCodeTypeReferenceExpression Members

Microsoft.SharePoint.WorkflowActions Namespace