Table of Contents

Operator operator ==

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

operator ==(SvgRectF, SvgRectF)

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

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

Parameters

left SvgRectF

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

right SvgRectF

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

Returns

bool

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