Xceed SmartUI for WinForms v3.6 Documentation
Inequality Operator


Xceed.SmartUI.UIStyle.v3.6 Assembly > Xceed.SmartUI.UIStyle Namespace > Margins Structure : Inequality Operator
The Margins structure that is to the left of the inequality operator.
The Margins structure that is to the right of the inequality operator.
Tests whether two specified Margins structures are different.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal margins1 As Margins, _
   ByVal margins2 As Margins _
) As Boolean
'Usage
 
public bool operator !=( 
   Margins margins1,
   Margins margins2
)

Parameters

margins1
The Margins structure that is to the left of the inequality operator.
margins2
The Margins structure that is to the right of the inequality operator.

Return Value

This operator returns true if the two Margins structures are different; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Margins Structure
Margins Members