www.emgu.com/wiki
Compare two images, returns true if the each of the pixels are equal, false otherwise

Declaration Syntax
public bool Equals(
Image<TColor, TDepth> img2
)
Public Function Equals ( _
img2 As Image(Of TColor, TDepth) _
) As Boolean
public:
virtual bool Equals(
Image<TColor, TDepth>^ img2
) sealed

Return Value
true if the each of the pixels for the two images are equal, false otherwise
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)