DataGridLength.Equals 方法

定义

确定对象是否等于当前 DataGridLength对象。

重载

名称 说明
Equals(Object)

确定指定的对象是否等于当前 DataGridLength对象。

Equals(DataGridLength)

确定指定的 DataGridLength 值是否等于当前 DataGridLength

Equals(Object)

确定指定的对象是否等于当前 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

参数

obj
Object

要与当前实例进行比较的对象。

返回

如果指定的对象与当前值相同或大小调整模式,则为 />;否则为

适用于

Equals(DataGridLength)

确定指定的 DataGridLength 值是否等于当前 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

参数

other
DataGridLength

DataGridLength 与当前实例进行比较。

返回

如果指定的对象与当前值相同或大小调整模式,则为 />;否则为

实现

适用于