Operator operator !=
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
operator !=(LineSegmentPolar, LineSegmentPolar)
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
public static bool operator !=(LineSegmentPolar lhs, LineSegmentPolar rhs)
Parameters
lhsLineSegmentPolarA Point to compare.
rhsLineSegmentPolarA Point to compare.
Returns
- bool
This operator returns true if the members of left and right are unequal; otherwise, false.