EQUAL

THE BOX'S MAIN HELP:
Returns the logical value for a test of equality.
If A == B, OUT is true, else false.
True is any non-zero number, false is 0.

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==B, else false.
True is any non-zero number, false is 0.

<-- BACK TO Logic

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