Tests whether the two unit values are equal.
'宣言
Public Operator =( _
ByVal As Unit, _
ByVal As Unit _
) As System.Boolean
public System.bool operator ==(
Unit ,
Unit
)
パラメータ
- u1
- The first unit value.
- u2
- The second unit value.
戻り値の型
true if the two units are equal, false otherwise.