Inequality operator - checks if two points have different coordinates.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public static bool operator !=(
	IntPoint point1,
	IntPoint point2
)

Parameters

point1
Type: AForge..::.IntPoint
First point to check.
point2
Type: AForge..::.IntPoint
Second point to check.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if coordinates of specified points are not equal.

See Also