[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [purchaseEquipment](./bitburner.gang.purchaseequipment.md)
## Gang.purchaseEquipment() method
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.
Signature:
```typescript
purchaseEquipment(memberName: string, equipName: GangEquipment | GangAugmentations): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| memberName | string | Name of Gang member to purchase the equipment for. |
| equipName | [GangEquipment](./bitburner.gangequipment.md) \| [GangAugmentations](./bitburner.gangaugmentations.md) | Name of Equipment/Augmentation to purchase. |
Returns:
boolean
True if the equipment was successfully purchased. False otherwise
## Remarks
RAM cost: 4 GB