Control.ControlCollection.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

要与当前对象进行比较的对象。

返回

如果此实例相 等,则为 ;否则为 < a1/ >。

适用于