System::Guid::operator== method
Guid::operator== method
Determines if the GUIDs represented by the current and specified objects are equal.
bool System::Guid::operator==(const Guid &b) const
Parameter | Type | Description |
---|---|---|
b | const Guid& | The comparand |
ReturnValue
True if the GUIDs represented by the current and the specified objects are equal, otherwise - false
See Also
- Class Guid
- Class Guid
- Namespace System
- Library Aspose.PUB for C++