Accusoft.PrintPro8.Net
Inequality Operator (PrintingUnit)




left side of the comparison
right side of the comparison
Determines whether two PrintingUnits are not the same printing unit.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal a As PrintingUnit, _
   ByVal b As PrintingUnit _
) As Boolean
'Usage
 
public bool operator !=( 
   PrintingUnit a,
   PrintingUnit b
)
public: bool op_Inequality( 
   PrintingUnit a,
   PrintingUnit b
)
public:
bool operator !=( 
   PrintingUnit a,
   PrintingUnit b
)

Parameters

a
left side of the comparison
b
right side of the comparison

Return Value

false if the units are the same. true otherwise
See Also

Reference

PrintingUnit Structure
PrintingUnit Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback