Click or drag to resize

AnyMatrixTEquals 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: SystemObject
The object to compare.

Return Value

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