Table of Contents

Method Equals

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Equals(object?)

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

public override readonly bool Equals(object? obj)

Parameters

obj object

Returns

bool

Equals(SizeD)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(SizeD other)

Parameters

other SizeD

An object to compare with this object.

Returns

bool

true if the current object is equal to other; otherwise, false.