Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
Methods | |
virtual bool | equals (const type_t &) const noexcept=0 |
Indicates whether the current object is equal to another object of the same type. More... | |
|
pure virtualnoexcept |
Indicates whether the current object is equal to another object of the same type.
obj | An object to compare with this object. |
Implemented in xtd::uri, xtd::date_time, xtd::time_span, xtd::version, xtd::guid, xtd::box< type_t >, xtd::console_key_info, xtd::type_object, and xtd::toolkit.