VirtualBox

Changeset 85929 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Aug 28, 2020 2:40:55 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140122
Message:

Main: bugref:9224: Main+VBoxManageDisk+doc part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/Guid.h

    r82968 r85929  
    324324    bool operator<(const RTUUID &guid) const { return ::RTUuidCompare(&mUuid, &guid) < 0; }
    325325
     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
    326330    /**
    327331     * 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette