Compartir a través de


RibbonControlLength.Equals (Método) (RibbonControlLength)

Determina si el objeto RibbonControlLength especificado es igual al objeto RibbonControlLength actual.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean
true si el objeto especificado es una estructura RibbonControlLength con el mismo valor y modo de ajuste de tamaño que la estructura RibbonControlLength actual; en caso contrario, false.

Implementaciones

IEquatable<T>.Equals(T)

Seguridad de .NET Framework

Vea también

Referencia

RibbonControlLength Estructura

Equals (Sobrecarga)

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)