<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Aequals</id>
	<title>Vector3::equals - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rage.mp/w/index.php?action=history&amp;feed=atom&amp;title=Vector3%3A%3Aequals"/>
	<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::equals&amp;action=history"/>
	<updated>2026-06-04T20:51:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.rage.mp/w/index.php?title=Vector3::equals&amp;diff=17702&amp;oldid=prev</id>
		<title>Micaww: Created page with &quot;This function is used to test where two Vector3s equal each other.  ==Syntax== &lt;pre&gt; vector.equals(Vector3 otherVec); &lt;/pre&gt;  ===Required Arguments=== *&#039;&#039;&#039;otherVec:&#039;&#039;&#039; Vector3...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rage.mp/w/index.php?title=Vector3::equals&amp;diff=17702&amp;oldid=prev"/>
		<updated>2019-05-31T06:35:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function is used to test where two Vector3s equal each other.  ==Syntax== &amp;lt;pre&amp;gt; vector.equals(Vector3 otherVec); &amp;lt;/pre&amp;gt;  ===Required Arguments=== *&amp;#039;&amp;#039;&amp;#039;otherVec:&amp;#039;&amp;#039;&amp;#039; Vector3...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function is used to test where two Vector3s equal each other.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vector.equals(Vector3 otherVec);&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;otherVec:&amp;#039;&amp;#039;&amp;#039; Vector3: The vector to compare to the callee.&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
* {{RageType|boolean}} Whether the vectors are equal.&lt;br /&gt;
&lt;br /&gt;
==Example #1== &lt;br /&gt;
{{ServersideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
const vec1 = new mp.Vector3(5, 5, 5);&lt;br /&gt;
const vec2 = new mp.Vector3(5, 5, 5);&lt;br /&gt;
&lt;br /&gt;
vec1.equals(vec2); // true&lt;br /&gt;
vec1.equals(new mp.Vector3(0, 0, 0)); // false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Vector3_definition}}&lt;/div&gt;</summary>
		<author><name>Micaww</name></author>
	</entry>
</feed>