Matrix<T>.Equals(Object) Method

Determines whether the specified Object is equal to the current Matrix<T>.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare this Matrix<T> to.

Return Value

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

See Also