TableLayoutPanelCellPosition.Equals Yöntem

Tanım

Aşırı Yüklemeler

Name Description
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)

Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs

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);
public override readonly bool Equals(object? other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parametreler

other
Object

Test TableLayoutPanelCellPosition etmek için.

Döndürülenler

trueise ve belirtilenle otheraynı satıra ve sütuna sahipseTableLayoutPanelCellPosition; değilse, TableLayoutPanelCellPosition.false

Ayrıca bkz.

Şunlara uygulanır

Equals(TableLayoutPanelCellPosition)

Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs
Kaynak:
TableLayoutPanelCellPosition.cs

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 readonly 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

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

Uygulamalar

Şunlara uygulanır