In This Topic
Determines whether the value of the specified object is equivalent to the current
System.Windows.Forms.Padding.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- other
- The object to compare to the current System.Windows.Forms.Padding.
Return Value
true if the
System.Windows.Forms.Padding objects are equivalent; otherwise, false.
See Also