Click or drag to resize

Vector2Inequality Operator

Returns a boolean indicating whether the two given vectors are not equal.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator !=(
	Vector2 left,
	Vector2 right
)

Parameters

left
Type: Karamba.GeometryVector2
The first vector to compare.
right
Type: Karamba.GeometryVector2
The second vector to compare.

Return Value

Type: Boolean
True if the vectors are not equal; False if they are equal.
See Also