如果存储的类型相等,我需要比较两个字典值,这就是我所拥有的
if gettype(Args(key)) = gettype(argtypes(key)) then
'' do something
end if
我收到一个错误
Type Args is not defined
请问你能帮我解决这个问题吗
编辑
最初声明为的两个字典
Dim dictionaryName As Dictionary(Of Object, Object)
如果存储的类型相等,我需要比较两个字典值,这就是我所拥有的
if gettype(Args(key)) = gettype(argtypes(key)) then
'' do something
end if
我收到一个错误
Type Args is not defined
请问你能帮我解决这个问题吗
编辑
最初声明为的两个字典
Dim dictionaryName As Dictionary(Of Object, Object)