Enum CompareType
public enum CompareType
Namespace: OptimaJet.Workflow.Plugins.BasicsPlugin
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| NotCorrect | |
| Equal | |
| NotEqual | |
| Contains | |
| StartWith | |
| EndWith | |
| NotContains | |
| StartAndEndWith | |
| NotStartWith | |
| NotEndWith | |
| NotStartAndEndWith | |
| Greater | |
| Less | |
| GreaterOrEqual | |
| LessOrEqual | |
| In | |
| NotIn |