[This is preliminary documentation and is subject to change.]
Determines whether the specified object instances are considered equal.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- value1
- Type: RageVector3
The first value to compare. - value2
- Type: RageVector3
The second value to compare.
Return Value
Type: Booleantrue if value1 is the same instance as value2 or if both are null references or if value1.Equals(value2) returns true; otherwise, false.
See Also