Click or drag to resize

Transform3Equals Method (Transform3)

Determines if another transform equals this transform value.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Transform3 other
)

Parameters

other
Type: Karamba.GeometryTransform3
Another transform.

Return Value

Type: Boolean
true if other has the same value as this transform; otherwise, false.

Implements

IEquatableTEquals(T)
See Also