CvPoint3D32fEquality Operator OpenCvSharp Class Library
Compares two CvPoint3D32f objects. The result specifies whether the values of the X, Y and Z properties of the two CvPoint3D32f objects are equal.

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

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

Parameters

lhs
Type: OpenCvSharpCvPoint3D32f
A Point to compare.
rhs
Type: OpenCvSharpCvPoint3D32f
A Point to compare.

Return Value

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

Reference