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

◆ equals() [1/2]

template<typename char_t , typename traits_t = std::char_traits<char_t>, typename allocator_t = xtd::collections::generic::helpers::allocator<char_t>>
bool xtd::text::basic_string_builder< char_t, traits_t, allocator_t >::equals ( const object obj) const
inlineoverridevirtualnoexcept

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

Parameters
objThe basic_string_builder to compare to this instance.
Returns
true if obj is a xtd::text::basic_string_builder and its value is the same as this instance; otherwise, false.

Reimplemented from xtd::object.