isEqualDetermine whether two strings are identical |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Strings.isEqual(string1, string2); Strings.isEqual(string1, string2, caseSensitive=true);
Compare whether two strings are identical, optionally ignoring case.
string1 |
Type: String |
---|---|
string2 |
Type: String |
caseSensitive |
Default Value: true Type: Boolean Description: = false, if lower and upper case are ignored for the comparison |
identical |
Type: Boolean Description: True, if string1 is identical to string2 |
---|