6#include <xtd/iequatable>
196 int32 compare_to(
const image_format& value)
const noexcept override {
return guid_ < value.guid_ ? -1 : guid_ > value.guid_ ? 1 : 0;}
198 bool equals(
const image_format& value)
const noexcept override {
return guid_ == value.guid_;}
Represents text as a sequence of character units.
Definition basic_string.h:79
Defines a generalized comparison method that a value type or class implements to create a type-specif...
Definition icomparable.h:21
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
virtual bool equals(const object &obj) const noexcept
Determines whether the specified object is equal to the current object.
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition guid.h:24