Accusoft.PrintPro8.Net
Inequality Operator (PrintQuality)




The left side of the comparison.
The right side of the comparison.
Compares two print quality objects for equality.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal pq1 As PrintQuality, _
   ByVal pq2 As PrintQuality _
) As Boolean
'Usage
 
public bool operator !=( 
   PrintQuality pq1,
   PrintQuality pq2
)
public: bool op_Inequality( 
   PrintQuality* pq1,
   PrintQuality* pq2
)
public:
bool operator !=( 
   PrintQuality^ pq1,
   PrintQuality^ pq2
)

Parameters

pq1
The left side of the comparison.
pq2
The right side of the comparison.

Return Value

A boolean value which is false if they represent the same value, true otherwise.
See Also

Reference

PrintQuality Class
PrintQuality Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback