Creates a string describing an Apple event comparison record, which indicates how to compare Apple event objects with another Apple event object or a descriptor record. For example, you can use the output comparison descriptor as an argument to the AESend VI, or as an argument to AECreate Object Specifier to build a more complex descriptor string.

![]() |
comparison operator is a descriptor type string that describes the comparison operation to perform on the operands.
You can use the following standard set of comparisons:
|
||||||||||||||||||||||||
![]() |
operand 1 is an AppleEvent object specifier descriptor string. It indicates the first object in the comparison to perform. | ||||||||||||||||||||||||
![]() |
operand 2 is an AppleEvent record descriptor string. It can be an object specifier descriptor string or any other record descriptor string with a value to compare to the value of operand 1. | ||||||||||||||||||||||||
![]() |
comparison descriptor is the AppleEvent descriptor string. |