Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CustomXmlPart Class / Equals Method / Equals(CustomXmlPart) Method
The CustomXmlPart to compare with the current object.

In This Topic
    Equals(CustomXmlPart) Method
    In This Topic
    Determines whether the specified CustomXmlPart is equal to the current object.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal right As CustomXmlPart _
    ) As System.Boolean
    public System.bool Equals( 
       CustomXmlPart right
    )

    Parameters

    right
    The CustomXmlPart to compare with the current object.

    Return Value

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