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