Compares two System.Web.UI.WebControls.FontUnit objects for inequality.
- left
- A System.Web.UI.WebControls.FontUnit that contains font properties on the left of the operator.
- right
- A System.Web.UI.WebControls.FontUnit that contains font properties on the right of the operator.
true if both System.Web.UI.WebControls.FontUnit objects are not equal; otherwise, false.
For the System.Web.UI.WebControls.FontUnit objects to be not equal to each other, each object must either have different values for the FontUnit.Type property or the FontUnit.Unit property.