WeaponDescriptorEquals Method

RAGE Plugin Hook Documentation

[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

public bool Equals(
	WeaponDescriptor obj
)

Parameters

obj
Type: RageWeaponDescriptor
An WeaponDescriptor to compare with this WeaponDescriptor.

Return Value

Type: Boolean
true if the current WeaponDescriptor is equal to the other WeaponDescriptor; otherwise, false.

Implements

IEquatableTEquals(T)
See Also

Reference