Equalize (compare) TArray

Hi,

Could you give more information, please. TArray does support comparison, if your element type supports comparison, i.e. you need to have defined an operator== and operator!= overload for your FItemAttributes struct.

Steve