Compares two Unit objects to determine whether they are not equal.
            
         
        Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic static bool operator !=(
	Unit left,
	Unit right
)
Public Shared Operator <> ( 
	left As Unit,
	right As Unit
) As Boolean
public:
static bool operator !=(
	Unit^ left, 
	Unit^ right
)
static let inline (<>)
        left : Unit * 
        right : Unit  : boolParameters
- left
- Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
 The Unit on the left side of the operator.
- right
- Type: Kettic.AspNet.Controls.ChartModel.StylesUnit
 The Unit on the right side of the operator.
Return Value
Type: 
Booleantrue if the Unit objects are not equal; otherwise, false.
 See Also
See Also