Partager via


ModelCollationComparer.Equals, méthode (IList<String>, IList<String>)

Indique si deux listes fournies de type string sont égales.

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

Syntaxe

'Déclaration
Public Function Equals ( _
    x As IList(Of String), _
    y As IList(Of String) _
) As Boolean
public bool Equals(
    IList<string> x,
    IList<string> y
)
public:
virtual bool Equals(
    IList<String^>^ x, 
    IList<String^>^ y
) sealed
abstract Equals : 
        x:IList<string> * 
        y:IList<string> -> bool 
override Equals : 
        x:IList<string> * 
        y:IList<string> -> bool 
public final function Equals(
    x : IList<String>, 
    y : IList<String>
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si les deux listes sont égales ; sinon, false.

Implémentations

IEqualityComparer<T>.Equals(T, T)

Sécurité .NET Framework

Voir aussi

Référence

ModelCollationComparer Classe

Equals, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

Equals