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