[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgViewBox.Equals

Equals Method

Equals(SvgViewBox)

Determines whether the specified SvgViewBox is equal to this instance.

Declaration
public bool Equals(SvgViewBox other)
Public Function Equals(other As SvgViewBox) As Boolean
Parameters
Type Name Description
SvgViewBox 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)
Public Overrides Function Equals(obj As Object) As Boolean
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides