Table of Contents

Operator operator ==

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

operator ==(SvgSizeF, SvgSizeF)

Tests whether two SvgSizeF structures are equal.

public static bool operator ==(SvgSizeF sz1, SvgSizeF sz2)

Parameters

sz1 SvgSizeF

The SvgSizeF structure on the left side of the equality operator.

sz2 SvgSizeF

The SvgSizeF structure on the right of the equality operator.

Returns

bool

This operator returns true if sz1 and sz2 have equal width and height; otherwise, false.