wManager.Wow.Helpers Namespace
WRobot

Vector3..::..Equality Operator

Implements the == operator.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static bool operator ==(
	Vector3 a,
	Vector3 b
)
Public Shared Operator = ( _
	a As Vector3, _
	b As Vector3 _
) As Boolean
public:
static bool^ operator ==(
	Vector3^ a, 
	Vector3^ b
)

Parameters

a
Type: robotManager.Helpful..::..Vector3
position a.
b
Type: robotManager.Helpful..::..Vector3
position b.

Return Value

The result of the operator.