PixelPointEquals(PixelPoint) Method
Returns a boolean indicating whether the point is equal to the other given point.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Equals(
PixelPoint other
)
Public Function Equals (
other As PixelPoint
) As Boolean
abstract Equals :
other : PixelPoint -> bool
override Equals :
other : PixelPoint -> bool
- other PixelPoint
- The other point to test equality against.
BooleanTrue if this point is equal to other; False otherwise.
IEquatableTEquals(T)