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

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

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

Parameters

other
Type: System..::.Object
The System.Object to compare with the current Matrix.

Return Value

true if the specified System.Object is equal to the current Matrix; false otherwise.

See Also