- 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
.- scriptingIsEqualTo:
Returns
YES
if, in a scripting comparison, the compared object is equal to 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
.