Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- lhs
- Type: OpenCvSharp.CPlusPlusSize
A Point to compare. - rhs
- Type: OpenCvSharp.CPlusPlusSize
A Point to compare.
Return Value
Type: BooleanThis operator returns true if the members of left and right are equal; otherwise, false.
See Also