Exemplo n.º 1
0
 public bool Equals(VisibleRowRange other) => FromIndex == other.FromIndex && Count == other.Count;
Exemplo n.º 2
0
 public bool Equals(VisibleRowRange other) => FromIndex == other.FromIndex && ToIndex == other.ToIndex;