Vector2 Equality Operator Bespoke Osc Library
Compares a vector for equality 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 are equal; otherwise, false.
See Also