Photo_Editor_Application.UnitTest.CompareBitmaps Function
Compares two bitmaps.
Public bool CompareBitmaps (System.Drawing.Bitmap, System.Drawing.Bitmap)
Type
Name
Description
System.Drawing.Bitmap
bitmap1
First bitmap.
System.Drawing.Bitmap
bitmap2
Second bitmap.
Return
Description
bool
True if the two bitmaps are identical, otherwise false.