DataGridLength.Equals Metoda

Definicja

Określa, czy obiekt jest równy bieżącemu DataGridLengthelementowi .

Przeciążenia

Equals(Object)

Określa, czy określony obiekt jest równy bieżącemu DataGridLength.

Equals(DataGridLength)

Określa, czy określona DataGridLength wartość jest równa bieżącej DataGridLengthwartości .

Equals(Object)

Określa, czy określony obiekt jest równy bieżącemu 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

Parametry

obj
Object

Obiekt do porównania z bieżącym wystąpieniem.

Zwraca

true jeśli określony obiekt jest DataGridLength z tą samą wartością lub trybem określania rozmiaru co bieżący DataGridLength; w przeciwnym razie false.

Dotyczy

Equals(DataGridLength)

Określa, czy określona DataGridLength wartość jest równa bieżącej DataGridLengthwartości .

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

Parametry

other
DataGridLength

Element DataGridLength do porównania z bieżącym wystąpieniem.

Zwraca

true jeśli określony obiekt jest DataGridLength z tą samą wartością lub trybem określania rozmiaru co bieżący DataGridLength; w przeciwnym razie false.

Implementuje

Dotyczy