Helper.Compare Method
Include Protected Members
Include Inherited Members
Compares two objects by using specified criteria.
Overload List
Name | Description | |
---|---|---|
Compare(String, Object, Object) | Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance. | |
Compare(WorkflowContext, String, Object, Object) | Compares two objects by using a string that represents an evaluation operator and the WorkflowContext, in order to retrieve properties from the active workflow instance. |
Top