true if the control contains other controls; otherwise, false.
Since this method simply determines if any child controls exist, it can enhance performance by allowing you to avoid an unnecessary ControlCollection.Count property call. Calls to this property require a System.Web.UI.ControlCollection object to be instantiated. If there are no children, this object creation wastes server resources.