![]() |
xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. More...
#include <iequatable.h>
Public Member Functions | |
virtual bool | equals (const type_t &) const noexcept=0 |
Indicates whether the current object is equal to another object of the same type. More... | |
virtual bool | equals (const object &) const noexcept=0 |
Indicates whether the current object is equal to another object of the same type. More... | |
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.