Table of Contents

Method Equals

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Equals(object)

Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(PointF)

Compares two PointF objects. The result specifies whether the values of the X and Y properties of the two PointF objects are equal.

public bool Equals(PointF other)

Parameters

other PointF

Returns

bool