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