Implemented interface member:
method
Equals
System.IEquatable<T>.Equals(T)
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);