Click or drag to resize

KeyPointEquality Operator

Compares two CvPoint objects. The result specifies whether the members of each object are equal.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool operator ==(
	KeyPoint lhs,
	KeyPoint rhs
)

Parameters

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

Return Value

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