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