DataGridViewAdvancedBorderStyle.Equals(Object) Metoda

Definicja

Określa, czy określony obiekt jest równy bieżącemu DataGridViewAdvancedBorderStyle.

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

Parametry

other
Object

Element Object do porównania.

Zwraca

Boolean

truejeśli other jest wartością DataGridViewAdvancedBorderStyle i dla Topwłaściwości , , BottomLefti Right są równe ich odpowiednikowi w bieżącym DataGridViewAdvancedBorderStyle; w przeciwnym razie false.

Dotyczy