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
- other
Typ: Microsoft.Windows.Controls.Ribbon.RibbonControlLength
Das RibbonControlLength, das mit der aktuellen Instanz verglichen werden soll.
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
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.