Click or drag to resize

PointEquality Operator

Determines whether first and second Points are 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 equal; otherwise, .
See Also