Tests whether the matrix equals to the specified object.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
The object to test equality with.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if the matrix equals to the specified object or falseFalsefalsefalse (False in Visual Basic) otherwise.

See Also