Determines whether the value of the specified object equals the current PaddingEx object.
'Declaration
Public Overloads Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- obj
- The object to compare to the current PaddingEx object.
Return Value
true
if the specified
System.Object is equal to this instance; otherwise,
false
.