Table of Contents

Method Equals

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Equals(object)

Tests whether obj is a RectangleF with the same location and size of this RectangleF.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(RectangleF)

Returns true if two RectangleF objects have equal location and size.

public bool Equals(RectangleF other)

Parameters

other RectangleF

Returns

bool