OfficeTaskHelper.OutcomeCompare Method
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
Public Shared Function OutcomeCompare ( _
context As WorkflowContext, _
listGuidOrName As String, _
key As SPItemKey, _
comparison As String, _
leftVal As Object, _
rightVal As Object _
) As Boolean
'Usage
Dim context As WorkflowContext
Dim listGuidOrName As String
Dim key As SPItemKey
Dim comparison As String
Dim leftVal As Object
Dim rightVal As Object
Dim returnValue As Boolean
returnValue = OfficeTaskHelper.OutcomeCompare(context, _
listGuidOrName, key, comparison, _
leftVal, rightVal)
public static bool OutcomeCompare(
WorkflowContext context,
string listGuidOrName,
SPItemKey key,
string comparison,
Object leftVal,
Object rightVal
)
Parameters
- context
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContext
- listGuidOrName
Type: System.String
- key
Type: Microsoft.SharePoint.Workflow.SPItemKey
- comparison
Type: System.String
- leftVal
Type: System.Object
- rightVal
Type: System.Object
Return Value
Type: System.Boolean