DataViewTypeAttribute.Equals(DataViewTypeAttribute) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne si true
this
c’est équivalent other
et false
sinon.
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
Paramètres
- other
- DataViewTypeAttribute
Un autre DataViewTypeAttribute à comparer à this
.