PointNearlyEquals Method
Returns a boolean indicating whether the point is equal to the other given point
(numerically).
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool NearlyEquals(
Point other
)
Public Function NearlyEquals (
other As Point
) As Boolean
member NearlyEquals :
other : Point -> bool
- other Point
- The other point to test equality against.
BooleanTrue if this point is equal to other; False otherwise.