[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontFamily.Equals

Equals Method

Equals(SvgFontFamily)

Determines whether the specified SvgFontFamily is equal to this instance.

Declaration
public bool Equals(SvgFontFamily other)
Public Function Equals(other As SvgFontFamily) As Boolean
Parameters
Type Name Description
SvgFontFamily other
Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object value)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
Type Name Description
object value
Returns
Type Description
bool
Overrides