public bool YEquals(Spacing other) { return(Y.HasValue && Y == other.Y); }
public bool XEquals(Spacing other) { return(X.HasValue && X == other.X); }