ComparisonOperator
public enum ComparisonOperator : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case eq = "EQ" -
Undocumented
Declaration
Swift
case ne = "NE" -
Undocumented
Declaration
Swift
case le = "LE" -
Undocumented
Declaration
Swift
case lt = "LT" -
Undocumented
Declaration
Swift
case ge = "GE" -
Undocumented
Declaration
Swift
case gt = "GT" -
Undocumented
Declaration
Swift
case contains = "CONTAINS" -
Undocumented
Declaration
Swift
case notContains = "NOT_CONTAINS" -
Undocumented
Declaration
Swift
case beginsWith = "BEGINS_WITH" -
Undocumented
Declaration
Swift
case `in` = "IN" -
Undocumented
Declaration
Swift
case between = "BETWEEN" -
Declaration
Swift
public var description: String { get }
View on GitHub
ComparisonOperator Enumeration Reference