Point.

Equals(Point) Method

Summary

Returns a boolean indicating whether the point is equal to the other given point.
Namespace
Avalonia
Containing Type
Point

Syntax

public bool Equals(Point other)

Parameters

Name Type Description
other Point The other point to test equality against.

Return Value

Type Description
bool True if this point is equal to other; False otherwise.