System::Guid::operator!= method

Guid::operator!= method

Determines if the GUIDs represented by the current and specified objects are not equal.

bool System::Guid::operator!=(const Guid &b) const
ParameterTypeDescription
bconst Guid&The comparand

ReturnValue

True if the GUIDs represented by the current and the specified objects are not equal, otherwise - false

See Also