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