RibbonControlLength.Equality(RibbonControlLength, RibbonControlLength) Operatore

Definizione

Confronta due strutture RibbonControlLength per determinare se sono uguali.

public:
 static bool operator ==(System::Windows::Controls::Ribbon::RibbonControlLength length1, System::Windows::Controls::Ribbon::RibbonControlLength length2);
public static bool operator == (System.Windows.Controls.Ribbon.RibbonControlLength length1, System.Windows.Controls.Ribbon.RibbonControlLength length2);
static member ( = ) : System.Windows.Controls.Ribbon.RibbonControlLength * System.Windows.Controls.Ribbon.RibbonControlLength -> bool
Public Shared Operator == (length1 As RibbonControlLength, length2 As RibbonControlLength) As Boolean

Parametri

length1
RibbonControlLength

Prima istanza di RibbonControlLength da confrontare.

length2
RibbonControlLength

Seconda istanza di RibbonControlLength da confrontare.

Restituisce

true se le due istanze di RibbonControlLength hanno lo stesso valore e la stessa modalità di ridimensionamento; in caso contrario, false.

Si applica a