public bool Equals(LocationRect value) { return(this == value); }
public LocationRect(LocationRect rect) { this.center = new Location(rect.center); this.halfHeight = rect.halfHeight; this.halfWidth = rect.halfWidth; }