LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/metadata/Il2CppGenericClassCompare.h
2019-07-01 14:33:21 +02:00

19 lines
400 B
C++

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