[This is preliminary documentation and is subject to change.]
Returns a value that indicates whether the current instance is equal to the specified object.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- other
- Type: RageVector4
Object to make the comparison with.
Return Value
Type: Booleantrue if the current instance is equal to the specified object; false otherwise.
Implements
IEquatableTEquals(T)See Also