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