Click or drag to resize

Matrix4x4Equals Method (Object)

Returns a boolean indicating whether the given Object is equal to this matrix instance.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare against.

Return Value

Type: Boolean
True if the Object is equal to this matrix; False otherwise.
See Also