Table of Contents

Method Equals

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

Equals(object)

Equality test

public override sealed bool Equals(object obj)

Parameters

obj object

The object being compared against

Returns

bool

True if the objects are equal, False otherwise

Equals(DpiScale)

Equality test against a DpiScale object.

public bool Equals(DpiScale other)

Parameters

other DpiScale

Returns

bool

True if the objects are equal, False otherwise

Remarks

Two DPI scale values are equal if they are equal after rounding up to hundredths place.

Common PPI values in use are:

PPIDPI(%)DPI(Ratio)
96100%1.00
120125%1.25
144150%1.50
192200%2.00