DataViewTypeAttribute.Equals(DataViewTypeAttribute) 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.
Retorne true
se this
for equivalente a e false
de other
outra forma.
public abstract bool Equals (Microsoft.ML.Data.DataViewTypeAttribute other);
override this.Equals : Microsoft.ML.Data.DataViewTypeAttribute -> bool
Public MustOverride Function Equals (other As DataViewTypeAttribute) As Boolean
Parâmetros
- other
- DataViewTypeAttribute
Outro DataViewTypeAttribute a ser comparado com this
.