NearlyEquals Method
Returns a boolean indicating whether the point is equal to the other given point (numerically).
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool NearlyEquals(
Point other
)
Public Function NearlyEquals (
other As Point
) As Boolean
member NearlyEquals :
other : Point -> bool
Parameters
- Point
- The other point to test equality against.
Return Value
Boolean
True if this point is equal to other; False otherwise.