Implemented interface member:
4 references to Equals
System.Numerics.Tensors (4)
System\Buffers\NRange.cs (4)
49r.Start.Equals(Start) && 50r.End.Equals(End); 54public bool Equals(NRange other) => other.Start.Equals(Start) && other.End.Equals(End);