RhinoCommon API
TransformEquals Method (Object) |
Determines if another object is a transform and its value equals this transform value.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public override bool Equals( Object obj )
Public Overrides Function Equals ( obj As Object ) As Boolean
Parameters
- obj
- Type: SystemObject
Another object.
Return Value
Type: Booleantrue if obj is a transform and has the same value as this transform; otherwise, false.
