Partager via


SqlScriptComparer.Compare, méthode (TSqlFragment, TSqlFragment)

Compare deux fragments.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Public Function Compare ( _
    first As TSqlFragment, _
    second As TSqlFragment _
) As Boolean
public bool Compare(
    TSqlFragment first,
    TSqlFragment second
)
public:
bool Compare(
    TSqlFragment^ first, 
    TSqlFragment^ second
)
member Compare : 
        first:TSqlFragment * 
        second:TSqlFragment -> bool 
public function Compare(
    first : TSqlFragment, 
    second : TSqlFragment
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

SqlScriptComparer Classe

Compare, surcharge

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms