f50a250cd9
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
P:System.Threading.Tasks.Task`1.Result
|
|
M:System.Guid.op_Equality(System.Guid,System.Guid)
|
|
M:System.Guid.op_Inequality(System.Guid,System.Guid)
|
|
M:System.Guid.Equals(System.Object)
|