c# to vb.net SequenceEqual error -


i encountering error while converting c# script vb.net.

the c# code goes this:

if (managed.computehash(destinationarray).sequenceequal(secondarray))

using code conversion tool, got error in vb.net, please see image:

the error

http://s2.postimg.org/ouxqvhubd/calc_error.png

i newbie in please me how can solve error.

thank much.

this may work you,

if managed.computehash(destinationarray).sequenceequal(secondarray) 

however provided short section it's difficult relate else.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -