Link.Equals(Object) 方法

定义

确定所提供的对象是否等于当前的对象。

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

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

返回

Boolean

如果对象相等,则为 true;否则为 false。

适用于