.Complex.'=='

Test whether two complex numbers are identical

Information

This function tests whether two given Complex numbers are equal.

Interface

encapsulated operator function '=='
  import Complex;
  input Complex c1 "Complex number 1";
  input Complex c2 "Complex number 2";
  output Boolean result "c1 == c2";
end '==';

Generated at 2026-01-17T19:13:54Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos