10  template<
typename type_t>
 
   30    virtual bool equals(
const type_t&) 
const noexcept = 0;
 
Internal comparable operators definition.
Definition equality_operators.hpp:25
 
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
 
virtual bool equals(const type_t &) const noexcept=0
Indicates whether the current object is equal to another object of the same type.
 
Represent an interface class.
Definition interface.hpp:31
 
Contains xtd::equality_operators class.
 
Contains xtd::interface interface.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10