'Declaration Public Operator <>( _ ByVal margins1 As Margins, _ ByVal margins2 As Margins _ ) As Boolean
'Usage
Parameters
- margins1
- The Margins structure that is to the left of the inequality operator.
- margins2
- The Margins structure that is to the right of the inequality operator.
Return Value
This operator returns true if the two Margins structures are different; false otherwise.