|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
26 template<
class type_t,
class equatable_t>
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);}
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 namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10