RibbonControlLength.Inequality Operator
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
- length1
- RibbonControlLength
The first RibbonControlLength instance to compare.
- length2
- RibbonControlLength
The second RibbonControlLength instance to compare.
true
if the two RibbonControlLength instances do not have the same value or sizing mode; otherwise, false
.
Produto | Versões |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: