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

适用于