|
noexcept |
Determines whether this instance and another specified String object have the same value, ignoring or honoring their case.
value | The string to compare to this instance. |
ignore_case | true to ignore case when comparing this instance and value; otherwise, false |
true
if the value
of the value parameter is the same as the value of this instance; otherwise, false
.