Accusoft.PrintPro8.Net
Equality 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_Equality( 
   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 that is true if they represent the same value, false otherwise.
See Also

Reference

PrintQuality Class
PrintQuality Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback