39 bool operator==(
const image_format& value)
const {
return guid_ == value.guid_;}
40 bool operator!=(
const image_format& value)
const {
return !operator==(value);}
41 bool operator<(
const image_format& value)
const {
return guid_ < value.guid_;}
42 bool operator<=(
const image_format& value)
const {
return guid_ <= value.guid_;}
43 bool operator>(
const image_format& value)
const {
return guid_ > value.guid_;}
44 bool operator>=(
const image_format& value)
const {
return guid_ >= value.guid_;}
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition: object.h:26
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:48
Contains xtd::guid class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::object class.
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition: guid.h:23
Contains xtd::ustring class.