PrintDocument for WinForms
等しくないか判定する演算子 オペレータ (Unit)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Unit 構造体 : 等しくないか判定する演算子 オペレータ
The first unit value.
The second unit value.
Tests whether the two unit values are not equal.
シンタックス
'宣言
 
Public Operator <>( _
   ByVal u1 As Unit, _
   ByVal u2 As Unit _
) As System.Boolean
'使用法
 
public System.bool operator !=( 
   Unit u1,
   Unit u2
)

パラメータ

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

戻り値の型

true if the two units are not equal, false otherwise.
参照

Unit 構造体
Unit メンバ