System.Web.UI.WebControls.FontUnit.op_Inequality Method

Compares two System.Web.UI.WebControls.FontUnit objects for inequality.

Syntax

public static bool operator!= (FontUnit left, FontUnit right)

Parameters

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.

Returns

true if both System.Web.UI.WebControls.FontUnit objects are not equal; otherwise, false.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0