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

◆ equals() [1/4]

bool xtd::time_span::equals ( const time_span ) const
overridevirtualnoexcept

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< time_span >.