public override bool Equals(object other)
 {
     ScrollableControl.DockPaddingEdges edges = other as ScrollableControl.DockPaddingEdges;
     return((edges != null) && this.owner.Padding.Equals(edges.owner.Padding));
 }