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

要與目前物件比較的物件。

傳回

如果這個執行個體和 other 相等,則為 true,否則為 false

適用於