[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CustomXmlPart.Equals

Equals Method

Equals(CustomXmlPart)

Determines whether the specified CustomXmlPart is equal to the current object.

Declaration
public bool Equals(CustomXmlPart right)
Public Function Equals(right As CustomXmlPart) As Boolean
Parameters
Type Name Description
CustomXmlPart right

The CustomXmlPart to compare with the current object.

Returns
Type Description
bool

True if the specified CustomXmlPart is equal to the current object; otherwise, false.

Implements

Equals(object)

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