ModelCollationComparer.Equals Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Equals(ObjectIdentifier, ObjectIdentifier) |
Teste se dois identificadores são iguais usando a ordenação desse comparador. |
| Equals(IList<String>, IList<String>) |
Teste se dois identificadores são iguais usando a ordenação desse comparador. |
| Equals(String, String) |
Compare se dois objetos são iguais. |
Equals(ObjectIdentifier, ObjectIdentifier)
Teste se dois identificadores são iguais usando a ordenação desse comparador.
public abstract bool Equals(Microsoft.SqlServer.Dac.Model.ObjectIdentifier x, Microsoft.SqlServer.Dac.Model.ObjectIdentifier y);
override this.Equals : Microsoft.SqlServer.Dac.Model.ObjectIdentifier * Microsoft.SqlServer.Dac.Model.ObjectIdentifier -> bool
Public MustOverride Function Equals (x As ObjectIdentifier, y As ObjectIdentifier) As Boolean
Parâmetros
O primeiro ObjectIdentifier.
O segundo ObjectIdentifier.
Retornos
Implementações
Aplica-se a
Equals(IList<String>, IList<String>)
Teste se dois identificadores são iguais usando a ordenação desse comparador.
public abstract bool Equals(System.Collections.Generic.IList<string> x, System.Collections.Generic.IList<string> y);
override this.Equals : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> bool
Public MustOverride Function Equals (x As IList(Of String), y As IList(Of String)) As Boolean
Parâmetros
Retornos
Implementações
Aplica-se a
Equals(String, String)
Compare se dois objetos são iguais.
public abstract bool Equals(string x, string y);
override this.Equals : string * string -> bool
Public MustOverride Function Equals (x As String, y As String) As Boolean
Parâmetros
- x
- String
Objeto de origem.
- y
- String
Objeto de destino.
Retornos
True se igual, caso contrário, false.