Compares this System.Web.UI.WebControls.Unit with the specified object.
true if the System.Web.UI.WebControls.Unit that this method is called from is equal to the specified object; otherwise, false.
Use the Unit.Equals(object) method to compare the System.Web.UI.WebControls.Unit that this method is called from with the object specified by obj. For both objects to be equal, they must have the same values for both the Unit.Type and Unit.Value properties.
The object specified by obj must by a System.Web.UI.WebControls.Unit type object for the comparison to succeed. If the object is null, false is returned.