Shows hows how to use xtd::object::reference_equals static method.
#include <xtd/console>
auto main() -> int {
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
static bool reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept
Determines whether the specified object instances are the same instance.
Definition object.hpp:136
null_ptr null
Represents a null pointer value.
@ q
The Q key.
Definition console_key.hpp:120
@ p
The P key.
Definition console_key.hpp:118
@ o
The O key.
Definition console_key.hpp:116
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8