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