Two questions:

1) How do you load a graphic file into a variable in VB? I assumed you would use an Image variable, by how do you load it? I want to load jpg files.

2) How do you compare two graphic files? If I can load the files into Image variables I can use either .equals or .gethashcode methods (and then compare the hashcodes). Is this the best way or is there another?