TableLayoutPanelCellPosition.Equals Methode

Definition

Überlädt

Name Beschreibung
Equals(Object)

Gibt an, ob dies TableLayoutPanelCellPosition dieselbe Zeile und Spalte wie die angegebene TableLayoutPanelCellPositionenthält.

Equals(TableLayoutPanelCellPosition)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt desselben Typs ist.

Equals(Object)

Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs

Gibt an, ob dies TableLayoutPanelCellPosition dieselbe Zeile und Spalte wie die angegebene TableLayoutPanelCellPositionenthält.

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

Parameter

other
Object

Der TableLayoutPanelCellPosition zu testde Test.

Gibt zurück

true if other is a TableLayoutPanelCellPosition and has the same row and column as the specified TableLayoutPanelCellPosition; otherwise, false.

Weitere Informationen

Gilt für:

Equals(TableLayoutPanelCellPosition)

Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs
Quelle:
TableLayoutPanelCellPosition.cs

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt desselben Typs ist.

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

Parameter

other
TableLayoutPanelCellPosition

Ein Objekt, das mit diesem Objekt verglichen werden soll.

Gibt zurück

true wenn das aktuelle Objekt dem other Parameter entspricht; andernfalls false.

Implementiert

Gilt für: