Determines if two Margins objects are identicat, that is, have the same values for all four sides.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public override bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Equals( _ |
true if obj is a Margins and has the same sides as this Margins; otherwise, false.
See Also