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
參數
- x
型別:System.Collections.Generic.IList<String>
型別為 string 的 IList<T>,表示來源物件。
- y
型別:System.Collections.Generic.IList<String>
型別為 string 的 IList<T>,表示目標物件。
傳回值
型別:System.Boolean
如果兩份清單相等,則為 true,否則為 false。
實作
IEqualityComparer<T>.Equals(T, T)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。