Click or drag to resize

AnyMatrix<T>.Equals Method (Object)

Determines whether the given object is an equal matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The object to compare.

Return Value

Type: Boolean
True if obj is an equal matrix, otherwise false.
See Also