5#include "../../interface.hpp" 
    6#include "../../int32.hpp" 
   11  namespace collections {
 
   29      template<
typename type_t>
 
Exposes a method that compares two objects.
Definition icomparer.hpp:30
 
virtual int32 compare(const type_t &x, const type_t &y) const =0
Compares two entities and returns a value indicating whether one is less than, equal to,...
 
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
 
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10