Implemented interface member:
3 references to Equals
System.Threading (3)
System\Threading\LockCookie.cs (3)
23
obj is LockCookie other &&
Equals
(other);
31
public static bool operator ==(LockCookie a, LockCookie b) => a.
Equals
(b);
33
public static bool operator !=(LockCookie a, LockCookie b) => !a.
Equals
(b);