Click or drag to resize

PointInequality Operator

Determines whether first and second Points are not equal.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public static bool operator !=(
	Point first,
	Point second
)

Parameters

first  Point
The first point.
second  Point
The second point.

Return Value

Boolean
if first and second points are not equal; otherwise, .
See Also