ComparisonOperator
public enum ComparisonOperator : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case greaterthanorequaltothreshold = "GreaterThanOrEqualToThreshold" -
Undocumented
Declaration
Swift
case greaterthanthreshold = "GreaterThanThreshold" -
Undocumented
Declaration
Swift
case lessthanthreshold = "LessThanThreshold" -
Undocumented
Declaration
Swift
case lessthanorequaltothreshold = "LessThanOrEqualToThreshold" -
Undocumented
Declaration
Swift
case lessthanlowerorgreaterthanupperthreshold = "LessThanLowerOrGreaterThanUpperThreshold" -
Undocumented
Declaration
Swift
case lessthanlowerthreshold = "LessThanLowerThreshold" -
Undocumented
Declaration
Swift
case greaterthanupperthreshold = "GreaterThanUpperThreshold" -
Declaration
Swift
public var description: String { get }
View on GitHub
ComparisonOperator Enumeration Reference