Partager via


SearchFieldDataType.Equals(SearchFieldDataType) Méthode

Définition

Indique si l'objet actuel est égal à un autre objet du même type.

public bool Equals (Azure.Search.Documents.Indexes.Models.SearchFieldDataType other);
override this.Equals : Azure.Search.Documents.Indexes.Models.SearchFieldDataType -> bool
Public Function Equals (other As SearchFieldDataType) As Boolean

Paramètres

other
SearchFieldDataType

Objet à comparer à cet objet.

Retours

true si l'objet actuel est égal au paramètre other ; sinon, false.

Implémente

S’applique à