|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
26 template<
class type_t,
class equatable_t>
27 class equality_operators {
36 friend bool operator ==(
const type_t& lhs,
const type_t& rhs)
noexcept {
return lhs.equals(rhs);}
41 friend bool operator !=(
const type_t& lhs,
const type_t& rhs)
noexcept {
return !lhs.equals(rhs);}
27 class equality_operators {
…};
Internal equality operators definition.
Definition equality_operators.hpp:27
friend bool operator==(const type_t &lhs, const type_t &rhs) noexcept
Equal to operator with specidied lhs ans rhs values.
Definition equality_operators.hpp:36
friend bool operator!=(const type_t &lhs, const type_t &rhs) noexcept
Not equal to operator with specidied lhs ans rhs values.
Definition equality_operators.hpp:41
The xtd::extensions namespace contains interface extensions.
Definition comparison_operators.hpp:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8