RhinoCommon API
PlaneEquals Method (Object) |
Determines if an object is a plane and has the same components as this plane.
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
An object.
Return Value
Type: Booleantrue if obj is a plane and has the same components as this plane; false otherwise.