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:
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
Post a Comment