]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/uuid.h
Use better title by default in wxDocPrintout.
[wxWidgets.git] / include / wx / msw / ole / uuid.h
index 7bafccaa6027c2dc1bed1726484dfea727e8ce12..ef82be0371e1fded02615b3fa8650970f923ebd2 100644 (file)
@@ -74,6 +74,10 @@ public:
   bool Set(const wxChar *pc); // from a string, returns true if ok
   void Set(const UUID& uuid); // from another UUID (never fails)
 
+  // comparison operators
+  bool operator==(const Uuid& uuid) const;
+  bool operator!=(const Uuid& uuid) const { return !(*this == uuid); }
+
   // accessors
   operator const UUID*()   const { return &m_uuid;               }
   operator const wxChar*() const { return (wxChar *)(m_pszUuid); }