Vector2 Inequality Operator Bespoke Osc Library
Compares a vector for inequality with another vector.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Operator <> ( _
	lhs As Vector2, _
	rhs As Vector2 _
) As Boolean

Return Value

true if the vectors not are equal; otherwise, false.
See Also