Click or drag to resize

MatrixEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberEquals(Matrix, Matrix)
Indicates whether the two provided matrices hold the same data. The type of matrix is not examined, only their dimensions and the value of the elements at each index.
Top
See Also