Compares this Margins to a specified Margins to see whether they are equivalent.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
true if the objects are equivalent; otherwise, false.
Margins Class | Margins Members | System.Drawing.Printing Namespace | Clone