24  template<
typename type_t, 
typename equatable_t>
 
   34    friend bool operator ==(
const type_t& lhs, 
const type_t& rhs) 
noexcept {
return lhs.equals(rhs);}
 
Internal comparable operators definition.
Definition equality_operators.hpp:25
 
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:34
 
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:39
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10