Accusoft.PrintPro8.Net
Equality Operator (PrintingUnit)




A PrintingUnit which represents the left side of the comparison.
A PrintingUnit which represents the right side of the comparison.
Determines whether two PrintingUnits are 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_Equality( 
   PrintingUnit a,
   PrintingUnit b
)
public:
bool operator ==( 
   PrintingUnit a,
   PrintingUnit b
)

Parameters

a
A PrintingUnit which represents the left side of the comparison.
b
A PrintingUnit which represents the right side of the comparison.

Return Value

A boolean value which is true if the units are the same. Otherwise, false is returned.
See Also

Reference

PrintingUnit Structure
PrintingUnit Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback