TransformEquality Operator |
Determines if two transformations are equal in value.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool operator ==(
Transform a,
Transform b
)
Public Shared Operator = (
a As Transform,
b As Transform
) As Boolean
Parameters
- a
- Type: Rhino.GeometryTransform
A tranform. - b
- Type: Rhino.GeometryTransform
Another tranform.
Return Value
Type:
Booleantrue if transforms are equal; otherwise false.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also