Click or drag to resize
Accord.NET (logo)

IntPointEquality Operator

Equality operator - checks if two points have equal coordinates.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool operator ==(
	IntPoint point1,
	IntPoint point2
)
Request Example View Source

Parameters

point1
Type: AccordIntPoint
First point to check.
point2
Type: AccordIntPoint
Second point to check.

Return Value

Type: Boolean
Returns if coordinates of specified points are equal.
See Also