Control.ControlCollection.Equals(Object) Метод
Определение
Указывает, равен ли текущий объект коллекции указанному объекту.Specifies whether the current collection object and the specified object are equal.
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
Объект, который требуется сравнить с текущим объектом.The object to compare with the current object.
Возвращаемое значение
Значение true
, если этот экземпляр и значение other
равны; в противном случае — значение false
.true
if this instance and other
are equal; otherwise, false
.