Skip to content

Vector3d.Inequality

Public Operator

Determines whether two vectors have different values.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public static bool operator !=(
Vector3d a,
Vector3d b
)

Parameters

a

Type: Rhino.Geometry.Vector3d
A vector.

b

Type: Rhino.Geometry.Vector3d
Another vector.

Return Value

Type:Boolean
true if any coordinate pair is different; false otherwise.