TArray find a UStruct with UStruct's variable

FORCEINLINE bool operator==(const EquipmentTypes& Slot) const
{
return Slot == EquipmentSlot;
}

^ add that to your UStruct.