Size2fInequality Operator OpenCvSharp Class Library
Compares two CvPoint objects. The result specifies whether the members of each object 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 !=(
	Size2f lhs,
	Size2f rhs
)

Parameters

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

Return Value

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

Reference