Поделиться через


ModelCollationComparer.Equals Method (IList<String>, IList<String>)

Indicates whether two provided lists of type string are equal.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean
true if the two lists are equal; otherwise, false;

Implements

IEqualityComparer<T>.Equals(T, T)

.NET Framework Security

See Also

Reference

ModelCollationComparer Class

Equals Overload

Microsoft.Data.Schema.SchemaModel Namespace

Equals