ImageGear .NET - Updated
Inequality Operator (ImGearARTMeasurementUnit)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMeasurementUnit Structure : Inequality Operator
First object to compare.
Second object to compare.
Returns true if its two operands are not equal.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal a As ImGearARTMeasurementUnit, _
   ByVal b As ImGearARTMeasurementUnit _
) As Boolean
'Usage
 
public bool operator !=( 
   ImGearARTMeasurementUnit a,
   ImGearARTMeasurementUnit b
)
public: bool op_Inequality( 
   ImGearARTMeasurementUnit a,
   ImGearARTMeasurementUnit b
)
public:
bool operator !=( 
   ImGearARTMeasurementUnit a,
   ImGearARTMeasurementUnit b
)

Parameters

a
First object to compare.
b
Second object to compare.

Return Value

True if objects are not equal.
See Also

Reference

ImGearARTMeasurementUnit Structure
ImGearARTMeasurementUnit Members