Are setWidth(null) and setSizeUndefined() the same?

setSizeUndefined();

is a shortcut for

setWidth(null);
setHeight(null);