DataGridLength.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定对象是否等于当前 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 与当前实例进行比较。