DocumentSpan.Equals(DocumentSpan) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在 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
は 。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET