2 references to Equals
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (2)
126
obj is ArraySegment<T> other &&
Equals
(other);
169
public static bool operator ==(ArraySegment<T> a, ArraySegment<T> b) => a.
Equals
(b);