C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / Unit Structure / Inequality Operator
The first unit value.
The second unit value.

In This Topic
Inequality Operator
In This Topic
Tests whether the two unit values are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal u1 As Unit, _
   ByVal u2 As Unit _
) As Boolean
 

Parameters

u1
The first unit value.
u2
The second unit value.

Return Value

true if the two units are not equal, false otherwise.
See Also