Click or drag to resize

Transform2dEquals Method (Transform2d)

Determines if another transform equals this transform value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Equals(
	Transform2d other
)

Parameters

other
Type: Rhino.GeometryTransform2d
Another transform.

Return Value

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

Implements

IEquatableTEquals(T)
See Also