func scriptingBegins (with: Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object matches the beginning of object
. func scriptingContains (Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object contains object
.func scriptingEnds (with: Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object matches the end of object
.func scriptingIsEqual (to: Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object is equal to object
.func scriptingIsGreaterThan (Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object is greater than object
.func scriptingIsLessThan (Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object is less than object
.func scriptingIsLessThanOrEqual (to: Any) -> Bool
Returns
true
if, in a scripting comparison, the compared object is less than or equal to object
.