ControlPoint.Equals Method (ControlPoint)

ControlPointEquals Method (ControlPoint)

Determines if two points exactly match.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Equals(
	ControlPoint other
)
Public Function Equals ( 
	other As ControlPoint
) As Boolean

Parameters

other
Type: Rhino.GeometryControlPoint
The other point.

Return Value

Type: Boolean
True if the other control point exactly matches this one.

Implements

IEquatableTEquals(T)
Version Information

Rhino for Windows

Supported in: 6.8
See Also