Click or drag to resize

ControlPointEquals Method (ControlPoint)

Determines if two points exactly match.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Equals(
	ControlPoint other
)

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)
See Also