Compares two CvPoint3D64f objects. The result specifies whether the values of the X, Y or Z properties of the two CvPoint3D64f objects are unequal.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- lhs
- Type: OpenCvSharpCvPoint3D64f
A Point to compare. - rhs
- Type: OpenCvSharpCvPoint3D64f
A Point to compare.
Return Value
Type: BooleanThis operator returns true if the values of either the X properties, Y properties or the Z properties of left and right differ; otherwise, false.
See Also