public override int GetHashCode()
 {
     return(boundsParameter.GetHashCode() * 131 + sizeParameter.GetHashCode());
 }