boolean|PEAR_Error&
     Math_ComplexOp::areEqual
     ( 
    
     Math_Complex
     &$c1
    
     , 
     Math_Complex
     &$c2
    
   )
This package is not documented yet.
&$c1
     &$c2
     returns True if $c1 == $c2, False if $c1 != $c2, PEAR_Error object on error
No exceptions thrown.
This function can be called statically.