Click or drag to resize
UnitInequality Operator
Compares two Unit objects to determine whether they are not equal.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static bool operator !=(
	Unit left,
	Unit right
)

Parameters

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: Boolean
true if the Unit objects are not equal; otherwise, false.
See Also