Matrix Equals Method Bespoke Osc Library
Determines whether the specified System.Object is equal to the Matrix.

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

Public Overrides Function Equals ( _
	other As Object _
) As Boolean

Parameters

other
Type: OnlineSystem 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