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

◆ equals() [1/3]

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