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
- x
Type : System.Collections.Generic.IList<String>
IList<T> de type string qui représente l'objet source.
- y
Type : System.Collections.Generic.IList<String>
IList<T> de type string qui représente l'objet cible.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.