RibbonControlLength.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two RibbonControlLength structures to determine whether they are not equal.
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 op_Inequality : System.Windows.Controls.Ribbon.RibbonControlLength * System.Windows.Controls.Ribbon.RibbonControlLength -> bool
Public Shared Operator != (length1 As RibbonControlLength, length2 As RibbonControlLength) As Boolean
Parameters
- length1
- RibbonControlLength
The first RibbonControlLength instance to compare.
- length2
- RibbonControlLength
The second RibbonControlLength instance to compare.
Returns
true
if the two RibbonControlLength instances do not have the same value or sizing mode; otherwise, false
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.