DataGridLength.Equals Methode

Definitie

Bepaalt of een object gelijk is aan de huidige DataGridLength.

Overloads

Name Description
Equals(Object)

Bepaalt of het opgegeven object gelijk is aan de huidige DataGridLength.

Equals(DataGridLength)

Bepaalt of de opgegeven DataGridLength waarde gelijk is aan de huidige DataGridLength.

Equals(Object)

Bepaalt of het opgegeven object gelijk is aan de huidige DataGridLength.

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

Parameters

obj
Object

Het object dat moet worden vergeleken met het huidige exemplaar.

Retouren

trueals het opgegeven object een DataGridLength met dezelfde waarde of groottemodus is als de huidigeDataGridLength; anders. false

Van toepassing op

Equals(DataGridLength)

Bepaalt of de opgegeven DataGridLength waarde gelijk is aan de huidige DataGridLength.

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

Parameters

other
DataGridLength

De DataGridLength te vergelijken met het huidige exemplaar.

Retouren

trueals het opgegeven object een DataGridLength met dezelfde waarde of groottemodus is als de huidigeDataGridLength; anders. false

Implementeringen

Van toepassing op