33 template<
class type_t>
47 virtual bool equals(
const type_t&
x,
const type_t&
y)
const noexcept = 0;
Defines methods to support the comparison of objects for equality.
Definition iequality_comparer.hpp:34
virtual xtd::size get_hash_code(const type_t &obj) const noexcept=0
Returns a hash code for the specified object.
virtual bool equals(const type_t &x, const type_t &y) const noexcept=0
Determines whether the specified objects are equal.
#define interface_
This keyword is use to represent an interface.
Definition interface.hpp:58
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
@ y
The Y key.
Definition console_key.hpp:136
@ x
The X key.
Definition console_key.hpp:134
Contains xtd::interface interface.
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8