ComparisonOperatorType
public enum ComparisonOperatorType : 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"
-
Declaration
Swift
public var description: String { get }