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

◆ equals() [2/2]

template<typename type_t >
bool xtd::box< type_t >::equals ( const box< type_t > &  ) const
inlineoverridevirtualnoexcept

Indicates whether the current object is equal to another object of the same type.

Parameters
objAn object to compare with this object.
Returns
true if the current object is equal to the other parameter; otherwise, false.

Implements xtd::iequatable< box< type_t > >.