Share via


DocumentClass.Compare2002 Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Overridable Sub Compare2002 ( _
    Name As String, _
    ByRef AuthorName As Object, _
    ByRef CompareTarget As Object, _
    ByRef DetectFormatChanges As Object, _
    ByRef IgnoreAllComparisonWarnings As Object, _
    ByRef AddToRecentFiles As Object _
)
'Usage
Dim instance As DocumentClass
Dim Name As String
Dim AuthorName As Object
Dim CompareTarget As Object
Dim DetectFormatChanges As Object
Dim IgnoreAllComparisonWarnings As Object
Dim AddToRecentFiles As Object

instance.Compare2002(Name, AuthorName, _
    CompareTarget, DetectFormatChanges, _
    IgnoreAllComparisonWarnings, AddToRecentFiles)
public virtual void Compare2002(
    string Name,
    ref Object AuthorName,
    ref Object CompareTarget,
    ref Object DetectFormatChanges,
    ref Object IgnoreAllComparisonWarnings,
    ref Object AddToRecentFiles
)

Parameters

Implements

_Document.Compare2002(String, Object%, Object%, Object%, Object%, Object%)

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace