Determines whether the specified Object is equal to the current Matrix.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals (
	Object obj
)
C++
public:
virtual bool Equals (
	Object^ obj
) override

Parameters

obj (System.Object)
The object to compare this Matrix to.

Return Value

true if the specified object is identical to this Matrix; otherwise false.