Partager via


DocumentSpan.Equals(DocumentSpan) Méthode

Définition

Indique si le actuel DocumentSpan est égal à un autre objet du même type. Ils sont considérés comme égaux s’ils ont le même Index et le même Length.

public bool Equals (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan other);
override this.Equals : Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan -> bool
Public Function Equals (other As DocumentSpan) As Boolean

Paramètres

other
DocumentSpan

Objet à comparer à ce DocumentSpan.

Retours

true si le actuel DocumentSpan est égal au other paramètre ; sinon, false.

Implémente

S’applique à