nealsyrkel / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Blobs aren't equal after using their copy-constructor #342

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a blobcounter.
2. Run Blobcounter.GetObjectInformation() twice
3. The blobs in the result contains equal data, but equals return false.

What is the expected output? What do you see instead?
Equals schould return true, if the blobs data is equals.

What version of the product are you using?
2.2

Please provide any additional information below.

Solve the problem by overriding the equals method.

Original issue reported on code.google.com by bosshart...@gmail.com on 24 Apr 2013 at 12:01