バージョン

Equals(DeviceUnitLength) メソッド

この DeviceUnitLength インスタンスの値と指定された DeviceUnitLength を比較します。
シンタックス
'宣言
 
Public Overloads Function Equals( _
   ByVal other As DeviceUnitLength _
) As Boolean
public bool Equals( 
   DeviceUnitLength other
)

パラメータ

other
比較される DeviceUnitLength インスタンス。

戻り値の型

指定された DeviceUnitLength に同じ Value および UnitType がある場合は True。そうでない場合は False。
参照