RhinoCommon API
LineEquals Method (Object) |
Determines whether an object is a line that has the same value as this line.
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 Line and has the same coordinates as this; otherwise false.
