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
- leftSvgRect
- The SvgRect structure that is to the left of the equality operator. 
- rightSvgRect
- The SvgRect structure that is to the right of the equality operator.