DataGridViewAdvancedBorderStyle.Equals(Object) 方法

定義

判斷指定的物件是否等於目前的 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

參數

other
Object

要比較的 Object

傳回

Boolean

如果 otherDataGridViewAdvancedBorderStyle,且 TopBottomLeftRight 屬性的值等於目前 DataGridViewAdvancedBorderStyle 中的對等值則為 true,否則為 false

適用於