.NET Matrix Library
Equals(SparseMatrix) Method
See Also  Send comments on this topic


matrix
A sparse matrix matrix to compare with the current instance.
Returns a value indicating if this sparse matrix is equal to another sparse matrix.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Equals( _
   ByVal matrix As SparseMatrix _
) As Boolean
C# 
public virtual bool Equals( 
   SparseMatrix matrix
)
C++/CLI 
public:
virtual bool Equals( 
   SparseMatrix^ matrix
) 

Parameters

matrix
A sparse matrix matrix to compare with the current instance.

Return Value

true if both matrices contain the same data, false otherwise.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation