<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class COMPLEX > Complex.isEqual() |
Compare values of two complex numbers to see if they are equal to each other.
Result = Complex1.isEqual(Complex2)
Complex1 |
COMPLEX |
First of the two complex numbers to compare. |
Complex1 |
COMPLEX |
Second of the two complex numbers to compare. |
Result |
BOOL |
•TRUE = The complex numbers are equal. •FALSE = The complex numbers are not equal. |