Inequality Operator (Unit)
Tests whether the two unit values are not equal.
'Declaration
Public Operator <>( _
ByVal As Unit, _
ByVal 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.