Click or drag to resize

Transform3Equals Method (Object)

Determines if another object is a transform and its value equals this transform value.

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
Another object.

Return Value

Type: Boolean
true if obj is a transform and has the same value as this transform; otherwise, false.
See Also