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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -