xtd 0.2.0
Loading...
Searching...
No Matches

◆ equals() [4/5]

static bool xtd::ustring::equals ( const ustring a,
const ustring b 
)
staticnoexcept

Determines whether two specified xtd::ustring objects have the same value.

Parameters
aThe first string to compare.
bThe second string to compare.
Returns
true if the value of a is the same as the value of b; otherwise, false.
Remarks
This method performs an ordinal (case-sensitive and culture-insensitive) comparison.