System::Guid::Equals method

Guid::Equals method

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

bool System::Guid::Equals(const Guid &g) const
ParameterTypeDescription
gconst Guid&The comparand

ReturnValue

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

See Also