Point2dInequality Operator OpenCvSharp Class Library
Compares two CvPoint2D32f objects. The result specifies whether the values of the X or Y properties of the two CvPoint2D32f objects are unequal.

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

public static bool operator !=(
	Point2d lhs,
	Point2d rhs
)

Parameters

lhs
Type: OpenCvSharp.CPlusPlusPoint2d
A Point to compare.
rhs
Type: OpenCvSharp.CPlusPlusPoint2d
A Point to compare.

Return Value

Type: Boolean
This operator returns true if the values of either the X properties or the Y properties of left and right differ; otherwise, false.
See Also

Reference