共用方式為


ModelCollationComparer.Equals 方法 (IList<String>, IList<String>)

表示所提供的兩份清單 (型別為 string) 是否相等。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean
如果兩份清單相等,則為 true,否則為 false。

實作

IEqualityComparer<T>.Equals(T, T)

.NET Framework 安全性

請參閱

參考

ModelCollationComparer 類別

Equals 多載

Microsoft.Data.Schema.SchemaModel 命名空間

Equals