public bool Equals(IShipSize other) { return(ToString().Equals(other.ToString())); }
public int CompareTo(IShipSize other) { return(ToString().CompareTo(other.ToString())); }