public static bool AreEqual(this LuaState luaState, int ref1, int ref2) { return(luaState.Compare(ref1, ref2, LuaCompare.Equal)); }