Table of Contents

Operator operator ==

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

operator ==(SvgRect, SvgRect)

This tests whether two SvgRect structures have equal location and size.

public static bool operator ==(SvgRect left, SvgRect right)

Parameters

left SvgRect

The SvgRect structure that is to the left of the equality operator.

right SvgRect

The SvgRect structure that is to the right of the equality operator.

Returns

bool

This operator returns true if the two specified SvgRect structures have equal X, Y, Width, and Height properties.