Guid.Equals Method (Guid)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value indicating whether this instance and a specified Guid object represent the same value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- g
- Type: System.Guid
A Guid object to compare to this instance.
Implements
IEquatable(Of T).Equals(T)This method performs slightly better than the Equals method because it does not have to box the g parameter.
Show: