.FCSys.Utilities.arrayBooleanEqual

Information

Examples:
arrayIntegerEqual({1,2}, {1,2}) returns true, but arrayIntegerEqual({1,2}, {1,3}) and arrayIntegerEqual({1,2}, {1,2,3}) each return false.

Interface

function arrayBooleanEqual
  extends Modelica.Icons.Function;
  input Boolean u1[:] "First Boolean vector" annotation(
    Dialog(__Dymola_label = "<html><i>u</i><sub>1</sub></html>"));
  input Boolean u2[:] "Second Boolean vector" annotation(
    Dialog(__Dymola_label = "<html><i>u</i><sub>1</sub></html>"));
  output Boolean equal "<html><code>true</code>, if all of the entries are equal</html>";
end arrayBooleanEqual;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos