Intersoft ClientUI Documentation
Equality Operator (UnitValue)



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

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

Parameters

left
The left unit value.
right
The right unit value.

Return Value

A value indicating whether two unit value 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

UnitValue Structure
UnitValue Members

Send Feedback