次の方法で共有


TextAnalyticsErrorCode.Equals(TextAnalyticsErrorCode) メソッド

定義

TextAnalyticsErrorCode を別の TextAnalyticsErrorCode と等しいかどうかを比較します。

public bool Equals (Azure.AI.TextAnalytics.TextAnalyticsErrorCode other);
override this.Equals : Azure.AI.TextAnalytics.TextAnalyticsErrorCode -> bool
Public Function Equals (other As TextAnalyticsErrorCode) As Boolean

パラメーター

other
TextAnalyticsErrorCode

比較対象の TextAnalyticsErrorCode。

戻り値

true TextAnalyticsErrorCode オブジェクトが等しい場合は 。それ以外の場合は false

実装

適用対象