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