TestListCategoryId.Equals(Object) 方法

定义

确定所提供的对象是否等于当前测试列表 ID。

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

参数

other
Object

可强制转换为对象的对象 TestListCategoryId

返回

Boolean

如果提供的对象等于当前测试列表 ID,则为 true;否则为 false。

适用于