Partilhar via


Método RibbonControlLength.Equals (RibbonControlLength)

Determina se o especificado RibbonControlLength é igual a atual RibbonControlLength.

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.Boolean
true Se o objeto especificado é um RibbonControlLength com o mesmo valor e o modo de dimensionamento do atual RibbonControlLength; Caso contrário, false.

Implementações

IEquatable<T>.Equals(T)

Segurança do .NET Framework

Consulte também

Referência

RibbonControlLength Estrutura

Sobrecargas Equals

Namespace Microsoft.Windows.Controls.Ribbon