Skip to main content

Enum CompareType

Syntax
public enum CompareType

Namespace: OptimaJet.Workflow.Plugins.BasicsPlugin

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
NotCorrect
Equal
NotEqual
Contains
StartWith
EndWith
NotContains
StartAndEndWith
NotStartWith
NotEndWith
NotStartAndEndWith
Greater
Less
GreaterOrEqual
LessOrEqual
In
NotIn

Extension Methods