Click or drag to resize

Vector3Inequality Operator

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if the components of two vectors are different.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool operator !=(
	Vector3 u,
	Vector3 v
)
Request Example View Source

Parameters

u
Type: netDxfVector3
Vector3.
v
Type: netDxfVector3
Vector3.

Return Value

Type: Boolean
True if the three components are different or false in any other case.
See Also