xtd
0.2.0
Loading...
Searching...
No Matches
◆
equals()
[4/5]
static bool xtd::ustring::equals
(
const
ustring
&
a
,
const
ustring
&
b
)
static
noexcept
Determines whether two specified
xtd::ustring
objects have the same value.
Parameters
a
The first string to compare.
b
The 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.
xtd
ustring
Generated on Thu Aug 15 2024 14:28:54 for xtd by
Gammasoft
. All rights reserved.