wManager.Wow.Helpers Namespace
WRobot

Vector3..::..Equals Method

Determines whether the specified Object is equal to.

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

Syntax


public bool Equals(
	Object obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean
public:
bool^ Equals(
	Object^ obj
)

Parameters

obj
Type: Object
The object to compare with the current object.

Return Value

true if the specified Object is equal to; otherwise, false.