Click or drag to resize

PointEquals Method (Point)

Returns a value indicating that the specified other point is equal to this point

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	Point other
)

Parameters

other
Type: Eto.DrawingPoint
Other point to compare

Return Value

Type: Boolean
True if the other point is equal to this point, otherwise false

Implements

IEquatableTEquals(T)
See Also