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