|
staticnoexcept |
Determines whether two specified xtd::ustring objects have the same value, ignoring or honoring their case.
a | The first string to compare. |
b | The second string to compare. |
ignore_case | true to ignore case when comparing this instance and value; otherwise, false |
true
if the value of a
is the same as the value of b
; otherwise, false
.