TableLayoutPanelCellPosition.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(Object)

Bunun TableLayoutPanelCellPosition belirtilen TableLayoutPanelCellPositionile aynı satır ve sütunu içerip içermediğini belirtir.

Equals(TableLayoutPanelCellPosition)

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

Equals(Object)

Bunun TableLayoutPanelCellPosition belirtilen TableLayoutPanelCellPositionile aynı satır ve sütunu içerip içermediğini belirtir.

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

Parametreler

Döndürülenler

Boolean

trueise ve belirtilen TableLayoutPanelCellPositionile aynı satıra ve sütuna sahipse other ; aksi takdirde , false.TableLayoutPanelCellPosition

Ayrıca bkz.

Şunlara uygulanır

Equals(TableLayoutPanelCellPosition)

Geçerli nesnenin aynı türdeki başka bir nesneye eşit olup olmadığını gösterir.

public:
 virtual bool Equals(System::Windows::Forms::TableLayoutPanelCellPosition other);
public bool Equals (System.Windows.Forms.TableLayoutPanelCellPosition other);
override this.Equals : System.Windows.Forms.TableLayoutPanelCellPosition -> bool
Public Function Equals (other As TableLayoutPanelCellPosition) As Boolean

Parametreler

other
TableLayoutPanelCellPosition

Bu nesneyle karşılaştıracak bir nesne.

Döndürülenler

Boolean

true geçerli nesne parametresine other eşitse; değilse, false.

Uygulamalar

Şunlara uygulanır