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

◆ equals() [2/2]

bool xtd::any_object::equals ( const any_object ) 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< any_object >.