Changeset 85929 in vbox for trunk/include/VBox/com
- Timestamp:
- Aug 28, 2020 2:40:55 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140122
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/Guid.h
r82968 r85929 324 324 bool operator<(const RTUUID &guid) const { return ::RTUuidCompare(&mUuid, &guid) < 0; } 325 325 326 /** Compare with a UUID string representation. 327 * @note Not an operator as that could lead to confusion. */ 328 bool equalsString(const char *pszUuid2) const { return ::RTUuidCompareStr(&mUuid, pszUuid2) == 0; } 329 326 330 /** 327 331 * To directly copy the contents to a GUID, or for passing it as an input
Note:
See TracChangeset
for help on using the changeset viewer.