public void Add(Vectors <_Type> row) { this.Rows[RowAddIndex++] = row; }
public bool Equals(Vectors <_Type> other) { return(this == other); }