Sdílet prostřednictvím


ModelCollationComparer.Equals – metoda (IList<String>, IList<String>)

Označuje, zda dva seznamy typu podle string se rovná.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud dva seznamy stejný; jinak false;

Implementuje

IEqualityComparer<T>.Equals(T, T)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelCollationComparer Třída

Equals – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů

Equals