Point.

Equals(object) Method

Summary

Checks for equality between a point and an object.
Namespace
Avalonia
Containing Type
Point

Syntax

public override bool Equals(object obj)

Parameters

Name Type Description
obj object The object.

Return Value

Type Description
bool True if obj is a point that equals the current point.