ModelCollationComparer.Equals メソッド (IList<String>, IList<String>)
string 型の、指定した 2 つのリストが等しいかどうかを示します。
名前空間: 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
2 つのリストが等しい場合は true。それ以外の場合は false。
実装
IEqualityComparer<T>.Equals(T, T)
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。