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