M_Rhino_Geometry_Transform_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

Transform.Equals Method (Transform)

Determines if another transform equals this transform value.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	Transform other
)

VB

Public Function Equals ( 
	other As Transform
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Transform
Another transform.

Return Value

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

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️