Tests whether the two unit values are not equal.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static bool operator !=( Unit u1, Unit u2 ) |
Visual Basic |
---|
Public Shared Operator <> ( _ u1 As Unit, _ u2 As Unit _ ) As Boolean |
Parameters
- u1
- Type: C1.C1Preview..::..Unit
The first unit value.
- u2
- Type: C1.C1Preview..::..Unit
The second unit value.