Determines whether these margin settings are equal to another Margin object's settings.
'Declaration
Public Overloads Function Equals( _
ByVal As Margins _
) As System.Boolean
'Usage
Dim instance As Margins
Dim other As Margins
Dim value As System.Boolean
value = instance.Equals(other)
public System.bool Equals(
Margins
)
Parameters
- other
- The other Margin object.
Return Value
true
if the Margin objects are equal.