Click or drag to resize

Rect2dInequality Operator

Compares two Rect2d objects. The result specifies whether the members of each object are unequal.

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

Parameters

lhs
Type: OpenCvSharpRect2d
A Point to compare.
rhs
Type: OpenCvSharpRect2d
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