ModelCollationComparer.Compare Método

Definição

Sobrecargas

Nome Description
Compare(ObjectIdentifier, ObjectIdentifier)

Compare dois objetos usando a ordenação desse comparador.

Compare(IList<String>, IList<String>)

Compare dois objetos usando a ordenação desse comparador.

Compare(String, String)

Compare dois objetos usando a ordenação desse comparador.

Compare(ObjectIdentifier, ObjectIdentifier)

Compare dois objetos usando a ordenação desse comparador.

public abstract int Compare(Microsoft.SqlServer.Dac.Model.ObjectIdentifier x, Microsoft.SqlServer.Dac.Model.ObjectIdentifier y);
abstract member Compare : Microsoft.SqlServer.Dac.Model.ObjectIdentifier * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> int
Public MustOverride Function Compare (x As ObjectIdentifier, y As ObjectIdentifier) As Integer

Parâmetros

x
ObjectIdentifier

Objeto de origem.

y
ObjectIdentifier

Objeto de destino.

Retornos

Implementações

Aplica-se a

Compare(IList<String>, IList<String>)

Compare dois objetos usando a ordenação desse comparador.

public abstract int Compare(System.Collections.Generic.IList<string> x, System.Collections.Generic.IList<string> y);
abstract member Compare : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> int
Public MustOverride Function Compare (x As IList(Of String), y As IList(Of String)) As Integer

Parâmetros

x
IList<String>

Objeto de origem.

y
IList<String>

Objeto de destino.

Retornos

Implementações

Aplica-se a

Compare(String, String)

Compare dois objetos usando a ordenação desse comparador.

public abstract int Compare(string x, string y);
abstract member Compare : string * string -> int
Public MustOverride Function Compare (x As String, y As String) As Integer

Parâmetros

x
String

Objeto de origem.

y
String

Objeto de destino.

Retornos

Implementações

Aplica-se a