- scriptingBeginsWith:
Returns
YES
if, in a scripting comparison, the compared object matches the beginning of object
. - scriptingContains:
Returns
YES
if, in a scripting comparison, the compared object contains object
.- scriptingEndsWith:
Returns
YES
if, in a scripting comparison, the compared object matches the end of object
.- scriptingIsGreaterThan:
Returns
YES
if, in a scripting comparison, the compared object is greater than object
.- scriptingIsGreaterThanOrEqualTo:
Returns
YES
if, in a scripting comparison, the compared object is greater than or equal to object
.- scriptingIsLessThan:
Returns
YES
if, in a scripting comparison, the compared object is less than object
.- scriptingIsLessThanOrEqualTo:
Returns
YES
if, in a scripting comparison, the compared object is less than or equal to object
.