次の方法で共有


Undefined.Equals メソッド

定義

オーバーロード

Equals(Undefined)

Undefined Azure Cosmos DB サービスからのものかどうかをother判断します。

Equals(Object)

他の が Undefined Azure Cosmos DB サービスからのものかどうかを判断します。

Equals(Undefined)

Undefined Azure Cosmos DB サービスからのものかどうかをother判断します。

public bool Equals (Microsoft.Azure.Documents.Undefined other);
override this.Equals : Microsoft.Azure.Documents.Undefined -> bool
Public Function Equals (other As Undefined) As Boolean

パラメーター

other
Undefined

現在のオブジェクトと比較するオブジェクト。

戻り値

指定されたオブジェクトが現在のオブジェクトと等しい場合は true。それ以外の場合は false。

実装

適用対象

Equals(Object)

他の が Undefined Azure Cosmos DB サービスからのものかどうかを判断します。

public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

パラメーター

other
Object

現在のオブジェクトと比較するオブジェクト。

戻り値

指定されたオブジェクトが現在のオブジェクトと等しい場合は true。それ以外の場合は false。

適用対象