.Complex.'=='

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 2023-03-29T00:34:31Z by OpenModelicaOpenModelica 1.21.0~dev-397-ga7cd739 using GenerateDoc.mos