Xceed Grid for WinForms v4.3 Documentation
Equality Operator (Margins)


Xceed.UI.v1.4 Assembly > Xceed.UI Namespace > Margins Structure : Equality Operator
The first Margins structure to verify.
The second Margins structure to verify.
Indicates whether two Margins instances are equal.
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 first Margins structure to verify.
margins2
The second Margins structure to verify.

Return Value

true if the structures are equal; 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