Implemented interface member:
4 references to Equals
Microsoft.CodeAnalysis.Contracts.Package (4)
Range.cs (4)
48r.Start.Equals(Start) && 49r.End.Equals(End); 53public bool Equals(Range other) => other.Start.Equals(Start) && other.End.Equals(End);