ScrollableControl.DockPaddingEdges.Equals(Object) Method

Definition

Determines whether the specified object is equal to the current ScrollableControl.DockPaddingEdges object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
public override bool Equals (object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parameters

other
Object

The object to compare with the current ScrollableControl.DockPaddingEdges object.

Returns

true if the specified Object is equal to the current Object; otherwise, false.

Applies to