Method CompareItem
CompareItem(NwItem)
Compare this item to another item to test if it is stackable.
public bool CompareItem(NwItem otherItem)
Parameters
otherItemNwItemThe other item to compare to.
Returns
- bool
True if both items can stack with each-other, otherwise false.