Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis.CodeStyle (4)
src\Dependencies\Contracts\Range.cs (4)
49r.Start.Equals(Start) && 50r.End.Equals(End); 54public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End);