M_Rhino_Geometry_Transform_CompareTo - mcneel/rhinocommon-api-docs GitHub Wiki
Compares this transform with another transform. M33 has highest value, then M32, etc..
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public int CompareTo(
Transform other
)
VB
Public Function CompareTo (
other As Transform
) As Integer
- other
- Type: Rhino.Geometry.Transform
Another transform.
Type: Int32
-1 if this < other; 0 if both are equal; 1 otherwise.
Supported in: 6.0.16224.21491, 5D58w