/// <summary />
 public bool Equals(IndexLayout other)
 => _layoutable == other._layoutable && _index.Equals(other._index);