Method Equals
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Equals(object)
public override bool Equals(object obj)
Parameters
Returns
- bool
This returns true if the specified object is a SvgRect and its X, Y, Width, and Height properties are equal to the corresponding properties of this SvgRect; otherwise, false.
Equals(SvgRect)
public bool Equals(SvgRect other)
Parameters
Returns
- bool
This returns true if specified SvgRect has its X, Y, Width, and Height properties are equal to the corresponding properties of this SvgRect; otherwise, false.
Equals(ISvgRect)
public bool Equals(ISvgRect other)