Share via


DocumentSpan.Equals(DocumentSpan) メソッド

定義

現在 DocumentSpan の が同じ型の別のオブジェクトと等しいかどうかを示します。 同じ と 同じ Index を持つ場合、それらは等しい 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

パラメーター

other
DocumentSpan

この DocumentSpanと比較するオブジェクト。

戻り値

true 現在 DocumentSpan の が パラメーターと other 等しい場合は 。それ以外の場合 falseは 。

実装

適用対象