CasewareDocs
New in Caseware Cloud EngagementsSee what's new

Comparison Operators Enumeration

Possible comparison operators are defined by the following enumeration
Comparison operator Description
Equals = 0 'Check for equality
IsInList = 1 'Is in List of possible values
Contains = 2 'String contains given chars
StartsWith = 3 'String starts with given chars
EndsWith = 4 'String ends with given chars
IsGreater = 5 'Is greater than (as number, date, bool)
IsGreaterEqual = 6 'Is greater or equal with (as number, date, bool)
IsLess = 7 'Is less than (as number, date, bool)
IsLessEqual = 8 'Is less or equal with (as number, date, bool)