Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis.CodeStyle (4)
Range.cs (4)
40r.Start.Equals(Start) && 41r.End.Equals(End); 45public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End);