RibbonControlLength.Equals Méthode

Définition

Détermine si un objet équivaut au RibbonControlLength actuel.

Surcharges

Equals(Object)

Détermine si l'objet spécifié est égal au RibbonControlLength en cours.

Equals(RibbonControlLength)

Détermine si l'objet RibbonControlLength spécifié est égal à l'objet RibbonControlLength actuel.

Equals(Object)

Détermine si l'objet spécifié est égal au RibbonControlLength en cours.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Paramètres

obj
Object

Objet à comparer avec l'instance actuelle.

Retours

Boolean

true si l'objet spécifié est un RibbonControlLength ayant la même valeur ou le même mode de redimensionnement que le RibbonControlLength actuel ; sinon, false.

S’applique à

Equals(RibbonControlLength)

Détermine si l'objet RibbonControlLength spécifié est égal à l'objet RibbonControlLength actuel.

public:
 virtual bool Equals(System::Windows::Controls::Ribbon::RibbonControlLength other);
public bool Equals (System.Windows.Controls.Ribbon.RibbonControlLength other);
override this.Equals : System.Windows.Controls.Ribbon.RibbonControlLength -> bool
Public Function Equals (other As RibbonControlLength) As Boolean

Paramètres

other
RibbonControlLength

RibbonControlLength à comparer à l'instance en cours.

Retours

Boolean

true si l'objet spécifié est un RibbonControlLength ayant la même valeur ou le même mode de redimensionnement que le RibbonControlLength actuel ; sinon, false.

Implémente

S’applique à