Click or drag to resize

Vector3dEquality Operator

Determines whether two vectors have the same value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool operator ==(
	Vector3d a,
	Vector3d b
)

Parameters

a
Type: Rhino.GeometryVector3d
A vector.
b
Type: Rhino.GeometryVector3d
Another vector.

Return Value

Type: Boolean
true if all coordinates are pairwise equal; false otherwise.
See Also