public bool Equals(SnapshotBitmapData other) => base.Equals(other) && other.Data.ArraysEquals(Data);
 public bool Equals(SnapshotBitmapData other) => base.Equals(other) && other.Data.ArraysEquals(Data);