define operator!= for UUID

This commit is contained in:
Rohit Grover 2015-06-02 11:54:33 +01:00
parent cdaa23edfd
commit 9f26d2a308

View file

@ -124,6 +124,10 @@ public:
return false;
}
bool operator!= (const UUID &other) const {
return !(*this == other);
}
private:
UUID_Type_t type; // UUID_TYPE_SHORT or UUID_TYPE_LONG
LongUUIDBytes_t baseUUID; /* the base of the long UUID (if