Table of Contents

Method Equals

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Equals(object)

Tests to see whether the specified object is a SizeF with the same dimensions as this SizeF.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

Equals(SizeF)

Tests whether two SizeF objects are identical.

public bool Equals(SizeF other)

Parameters

other SizeF

Returns

bool