CvRectEquality Operator OpenCvSharp Class Library
Compares two CvRect objects. The result specifies whether the members of each object are equal.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool operator ==(
	CvRect lhs,
	CvRect rhs
)

Parameters

lhs
Type: OpenCvSharpCvRect
A Point to compare.
rhs
Type: OpenCvSharpCvRect
A Point to compare.

Return Value

Type: Boolean
This operator returns true if the members of left and right are equal; otherwise, false.
See Also

Reference