TableLayoutPanelCellPosition.Equals Methode

Definitie

Overloads

Name Description
Equals(Object)

Hiermee geeft u op of dit TableLayoutPanelCellPosition dezelfde rij en kolom bevat als de opgegeven TableLayoutPanelCellPosition.

Equals(TableLayoutPanelCellPosition)

Hiermee wordt aangegeven of het huidige object gelijk is aan een ander object van hetzelfde type.

Equals(Object)

Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs

Hiermee geeft u op of dit TableLayoutPanelCellPosition dezelfde rij en kolom bevat als de opgegeven TableLayoutPanelCellPosition.

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

Parameters

other
Object

De TableLayoutPanelCellPosition te testen.

Retouren

trueals other dit een TableLayoutPanelCellPosition en dezelfde rij en kolom heeft als de opgegevenTableLayoutPanelCellPosition; anders. false

Zie ook

Van toepassing op

Equals(TableLayoutPanelCellPosition)

Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs
Bron:
TableLayoutPanelCellPosition.cs

Hiermee wordt aangegeven of het huidige object gelijk is aan een ander object van hetzelfde type.

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

Parameters

other
TableLayoutPanelCellPosition

Een object dat moet worden vergeleken met dit object.

Retouren

trueals het huidige object gelijk is aan de other parameter; anders. false

Implementeringen

Van toepassing op