define operator!= for UUID

This commit is contained in:
Rohit Grover 2015-06-02 11:54:33 +01:00
parent 1ccaaa5a44
commit ff8ff267b3

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