Click or drag to resize

Vector2dEquals Method (Vector2d)

Determines whether the specified vector has the same value as the present vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Equals(
	Vector2d vector
)

Parameters

vector
Type: Rhino.GeometryVector2d
The specified vector.

Return Value

Type: Boolean
true if vector has the same components as this; otherwise false.

Implements

IEquatableTEquals(T)
See Also