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

◆ equals() [2/5]

bool xtd::ustring::equals ( const ustring value) const
noexcept

Determines whether this instance and another specified String object have the same value.

Parameters
valueThe string to compare to this instance.
Returns
true if the value of the value parameter is the same as the value of this instance; otherwise, false.
Remarks
This method performs an ordinal (case-sensitive and culture-insensitive) comparison.