EQUAL

THE BOX'S MAIN HELP:
Returns the logical value for a test of equality.
If A == B, OUT is true, otherwise it is false.

A (input):
Value to be tested.  May be any data type.
But must be the same data type as B.

B (input):
Value to be tested.  May be any data type.
But must be the same data type as A.

OUT (output):
OUT is true if A equals B, otherwise it is false.

<-- BACK TO Logic

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.