Intersoft ClientUI Documentation
Equality Operator (ValueMargin)



The left value margin.
The right value margin.
Determines whether two unit value objects are equal.
Syntax
Public Operator =( _
   ByVal left As ValueMargin, _
   ByVal right As ValueMargin _
) As Boolean

            
public bool operator ==( 
   ValueMargin left,
   ValueMargin right
)
public:
bool operator ==( 
   ValueMargin left,
   ValueMargin right
)

Parameters

left
The left value margin.
right
The right value margin.

Return Value

A value indicating whether two value margins objects are equal.
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

ValueMargin Structure
ValueMargin Members

Send Feedback