Name
numeric comparison, numericcomparison, kPMElementNumericComparison — Numeric value comparison methods.
Synopsis
numeric comparison
: string, choice, default, optional
Description
Numeric value comparison methods.
numeric comparison
is a string. If numeric comparison
is omitted, the default equal to
is used. numeric comparison
is optional. numeric comparison
must be one of the following six constants:
- equal to,
kPMElementNumericComparison_EqualTo
. True if value is equivalent. - not equal to,
kPMElementNumericComparison_NotEqualTo
. True if value is not equivalent. - greater than,
kPMElementNumericComparison_GreaterThan
. True if value is greater than the comparison value. - less than,
kPMElementNumericComparison_LessThan
. True if value is less than the comparison value. - greater than or equal to,
kPMElementNumericComparison_GreaterThanOrEqualTo
. - less than or equal to,
kPMElementNumericComparison_LessThanOrEqualTo
.