Freigeben über


RibbonControlLength.Equals-Methode (RibbonControlLength)

Bestimmt, ob das angegebene RibbonControlLength und das aktuelle RibbonControlLength gleich sind.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As RibbonControlLength _
) As Boolean
public bool Equals(
    RibbonControlLength other
)
public:
virtual bool Equals(
    RibbonControlLength other
) sealed
abstract Equals : 
        other:RibbonControlLength -> bool 
override Equals : 
        other:RibbonControlLength -> bool 
public final function Equals(
    other : RibbonControlLength
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn das angegebene Objekt ein RibbonControlLength-Objekt mit dem gleichen Wert und Größenänderungsmodus wie das aktuelle RibbonControlLength-Objekt ist, andernfalls false.

Implementiert

IEquatable<T>.Equals(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonControlLength Struktur

Equals-Überladung

Microsoft.Windows.Controls.Ribbon-Namespace