MindFusion WinForms Programmer's Guide
Margins.Equals Method
See Also
 





Determines if two Margins objects are identicat, that is, have the same values for all four sides.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj
The System.Object to test.

 Return Value

true if obj is a Margins and has the same sides as this Margins; otherwise, false.

 See Also

Margins Members
Margins Class
MindFusion.Reporting Namespace