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
)
Public Function Equals (
other As Point
) As Boolean
abstract Equals :
other : Point -> bool
override Equals :
other : Point -> bool
Parameters
- other
- Type: Eto.DrawingPoint
Other point to compare
Return Value
Type:
BooleanTrue if the other point is equal to this point, otherwise false
Implements
IEquatableTEquals(T)See Also