バージョン

AreValuesEqual メソッド

指定した ExcelCalcValue の値が Value と等しいかどうかを示します。
シンタックス
'宣言
 
Public Shared Function AreValuesEqual( _
   ByVal x As ExcelCalcValue, _
   ByVal y As ExcelCalcValue _
) As System.Boolean
public static System.bool AreValuesEqual( 
   ExcelCalcValue x,
   ExcelCalcValue y
)

パラメータ

x
比較する最初の ExcelCalcValue
y
比較する 2 番目の ExcelCalcValue

戻り値の型

値が同じである場合は True。そうでない場合は False が返されます。
参照

オンラインで表示: GitHub