Padding.Equals(Object) Method
Definition
Determines whether the value of the specified object is equivalent to the current Padding.
public:
override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Parameters
Returns
true
if the Padding objects are equivalent; otherwise, false
.
Remarks
Only other objects of type Padding (or a derived type) can be equal to the current Padding. In addition, the corresponding Right, Left, Bottom and Top properties for both Padding objects must be the same.