Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/metadata/Il2CppGenericInstCompare.h
T

20 lines
497 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include "utils/KeyWrapper.h"
struct Il2CppGenericInst;
namespace il2cpp
{
namespace metadata
{
class Il2CppGenericInstCompare
{
public:
bool operator()(const Il2CppGenericInst* left, const Il2CppGenericInst* right) const;
static bool Compare(const Il2CppGenericInst* left, const Il2CppGenericInst* right);
static bool AreEqual(const Il2CppGenericInst* left, const Il2CppGenericInst* right);
};
} /* namespace vm */
} /* namespace il2cpp */