[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPreserveAspectRatio.Equals

Equals Method

Equals(SvgPreserveAspectRatio)

Determines whether the specified SvgPreserveAspectRatio is equal to this instance.

Declaration
public bool Equals(SvgPreserveAspectRatio other)
Parameters
Type Name Description
SvgPreserveAspectRatio other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides