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

◆ equals() [1/5]

bool xtd::ustring::equals ( const object obj) const
overridevirtualnoexcept

Determines whether this instance and a specified object, which must also be a xtd::ustring object, have the same value.

Parameters
objThe string to compare to this instance.
Returns
true if obj is a xtd::ustring and its value is the same as this instance; otherwise, false.
Remarks
This method performs an ordinal (case-sensitive and culture-insensitive) comparison.

Reimplemented from xtd::object.