Method Equals | Terminal.Gui v1 (original) (raw)

Table of Contents

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Equals(object)

Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF 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 theX and Y properties of the twoPointF objects are equal.

public bool Equals(PointF other)

Parameters

other PointF

Returns

bool

Edit this page