ScrollableControl.DockPaddingEdges.Equals(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l’objet spécifié est égal à l’objet actuel ScrollableControl.DockPaddingEdges .
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
override bool Equals(System::Object ^ other);
public override bool Equals(object other);
public override bool Equals(object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Paramètres
- other
- Object
Objet à comparer à l’objet actuel ScrollableControl.DockPaddingEdges .
Retours
true si le spécifié Object est égal au courant Object; sinon, false.