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

ReleasedObjectInfo.Equals(ReleasedObjectInfo) 方法

定义

检查两个 ReleasedObjectInfo 实例是否相等。

public bool Equals (Azure.Storage.Files.DataLake.Models.ReleasedObjectInfo other);
override this.Equals : Azure.Storage.Files.DataLake.Models.ReleasedObjectInfo -> bool
Public Function Equals (other As ReleasedObjectInfo) As Boolean

参数

other
ReleasedObjectInfo

要比较的实例。

返回

如果它们相等,则为 True;否则为 false。

实现

适用于