Implemented interface member:
4 references to Equals
Microsoft.Private.Windows.Core (4)
System.Range.g.cs (4)
41r.Start.Equals(Start) && 42r.End.Equals(End); 46public bool Equals(global::System.Range other) => other.Start.Equals(Start) && other.End.Equals(End);