Equals()

Guid::Equals(const Guid&) const method

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

bool System::Guid::Equals(const Guid &g) const

Arguments

ParameterTypeDescription
gconst Guid&The comparand

Return Value

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

See Also