'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 equality operator.
- margins2
- The Margins structure that is to the right of the equality operator.
Return Value
This operator returns true if the two Margins structures are equal; false otherwise.