ImageGear .NET - Updated
Equality Operator (ImGearARTMeasurementUnit)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMeasurementUnit Structure : Equality Operator
First object to compare.
Second object to compare.
Returns true if its two operands are 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_Equality( 
   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 equal.
See Also

Reference

ImGearARTMeasurementUnit Structure
ImGearARTMeasurementUnit Members