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