[This is preliminary documentation and is subject to change.]
Indicates whether the current WeaponDescriptor is equal to another WeaponDescriptor.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- obj
- Type: RageWeaponDescriptor
An WeaponDescriptor to compare with this WeaponDescriptor.
Return Value
Type: Booleantrue if the current WeaponDescriptor is equal to the other WeaponDescriptor; otherwise, false.
Implements
IEquatableTEquals(T)See Also