#pragma once #include "utils/KeyWrapper.h" struct Il2CppGenericInst; namespace il2cpp { namespace metadata { class Il2CppGenericInstCompare { public: bool operator()(const KeyWrapper& t1, const KeyWrapper& t2) const; static bool Compare(const KeyWrapper& t1, const KeyWrapper& t2); }; } /* namespace vm */ } /* namespace il2cpp */