/// <summary> /// Is this box empty? /// </summary> public bool IsEmpty() { return(Minimum.IsEmpty() && Maximum.IsEmpty()); }