Checks whether the Margin equals to the specified one.
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- Margin to check with.
Return Value
True
if the margins are equal, False
othervise.