DataGridViewColumnDesignTimeVisibleAttribute.Equals(Object) Method

Definition

Gets a value indicating whether this object is equivalent to the specified object.

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

Parameters

obj
Object

The Object to compare with the current Object.

Returns

true to indicate that the specified object is a DataGridViewColumnDesignTimeVisibleAttribute instance with the same Visible property value as this instance; otherwise, false.

Applies to

See also