operator!=()
Guid::operator!=(const Guid&) const method
Determines if the GUIDs represented by the current and specified objects are not equal.
bool System::Guid::operator!=(const Guid &b) const
Arguments
Parameter | Type | Description |
---|---|---|
b | const Guid& | The comparand |
Return Value
True if the GUIDs represented by the current and the specified objects are not equal, otherwise - false
See Also
- Class Guid
- Namespace System
- Library Aspose.Slides