你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Undefined.Equals 方法

定义

重载

Equals(Undefined)

确定 是否otherUndefined来自 Azure Cosmos DB 服务。

Equals(Object)

确定其他 Undefined 是否来自 Azure Cosmos DB 服务。

Equals(Undefined)

确定 是否otherUndefined来自 Azure Cosmos DB 服务。

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。

适用于