Skip to main content

Equals(Point) Method

Returns a boolean indicating whether the point is equal to the other given point (bitwise).

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool Equals(
Point other
)

Parameters

  Point
The other point to test equality against.

Return Value

Boolean
True if this point is equal to other; False otherwise.

Implements

IEquatable(T).Equals(T)

See Also

Reference

Point Structure
Equals Overload
Avalonia Namespace