Table of Contents

Method Equals

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Equals(object)

This tests whether the specified object is a SvgSizeF with the same dimensions as this SvgSizeF.

public override bool Equals(object obj)

Parameters

obj object

The object to test.

Returns

bool

This returns true if specified object is a SvgSizeF and has the same width and height as this SvgSizeF; otherwise, false.

Equals(SvgSizeF)

This to see whether the specified SvgSizeF is with the same dimensions as this SvgSizeF.

public bool Equals(SvgSizeF other)

Parameters

other SvgSizeF

The SvgSizeF to test.

Returns

bool

This returns true if the specified SvgSizeF and has the same width and height as this SvgSizeF; otherwise, false.