Point3dEquality Operator OpenCvSharp Class Library
Compares two CvPoint objects. The result specifies whether the values of the X and Y properties of the two CvPoint objects are equal.

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

public static bool operator ==(
	Point3d lhs,
	Point3d rhs
)

Parameters

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

Return Value

Type: Boolean
This operator returns true if the X and Y values of left and right are equal; otherwise, false.
See Also

Reference