Returns a value indicating whether this instance and a specified Guid object represent the same value.
true if g is equal to this instance; otherwise, false.
This method performs slightly better than the Guid.Equals(object) method because it does not have to box the g parameter.