Emgu CV Library Documentation
Equals Method (rec)
NamespacesEmgu.CVRectangle<(Of <(T>)>)Equals(Rectangle<(Of <(T>)>))

www.emgu.com/wiki
Compare two rectangle, if equal, return true, otherwise return false
Declaration Syntax
C#Visual BasicVisual C++
public bool Equals(
	Rectangle<T> rec
)
Public Function Equals ( _
	rec As Rectangle(Of T) _
) As Boolean
public:
bool Equals(
	Rectangle<T>^ rec
)
Parameters
rec (Rectangle<(Of <(T>)>))
the other rectangle to compare with
Return Value
true if the two rectangle equals, false otherwise

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)