Right-hand operator overloading

Hello,

friend bool operator==(const ABasicCharacter& RHS) { return this->GetUniqueCode_DataClass() == RHS.GetUniqueCode_ABasicCharacterClass(); }

Untested. Let me know in comment if it doesn’t work.