InstancePatchStateOperatorType
public enum InstancePatchStateOperatorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case equal = "Equal"
-
Undocumented
Declaration
Swift
case notequal = "NotEqual"
-
Undocumented
Declaration
Swift
case lessthan = "LessThan"
-
Undocumented
Declaration
Swift
case greaterthan = "GreaterThan"
-
Declaration
Swift
public var description: String { get }