Table of Contents

Method Equals

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

Equals(SizeD, float, bool)

Determines whether the specified size, scale factor, and transparency flag are equal to those used in the current instance.

public bool Equals(SizeD size, float scaleFactor, bool isTransparent)

Parameters

size SizeD

The size to compare with the value stored in the current instance.

scaleFactor float

The scale factor to compare with the value stored in the current instance.

isTransparent bool

A value indicating whether the transparency flag to compare matches the value stored in the current instance.

Returns

bool

true if the specified SizeD, float, and transparency flag are equal to the values stored in the current instance; otherwise, false.