バージョン

等価判定演算子(ComplexMatrix,Matrix) オペレータ

ComplexMatrix および Matrix が同じ次元と要素値を持つかどうかを決定します。
シンタックス
'宣言
 
Overloads Public Operator =( _
   ByVal x1 As ComplexMatrix, _
   ByVal x2 As Matrix _
) As Boolean
public bool operator ==( 
   ComplexMatrix x1,
   Matrix x2
)

パラメータ

x1
ComplexMatrix。
x2
Matrix。

戻り値の型

ComplexMatrix および Matrix が等しい場合 True、そうでない場合は False を返します。
参照