VirtualizationCacheLength.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个对象是否相等。
重载
| 名称 | 说明 |
|---|---|
| Equals(Object) |
确定指定的对象是否等于当前 VirtualizationCacheLength对象。 |
| Equals(VirtualizationCacheLength) |
确定指定的 VirtualizationCacheLength 值是否等于当前 VirtualizationCacheLength。 |
Equals(Object)
确定指定的对象是否等于当前 VirtualizationCacheLength对象。
public:
override bool Equals(System::Object ^ oCompare);
public override bool Equals(object oCompare);
override this.Equals : obj -> bool
Public Overrides Function Equals (oCompare As Object) As Boolean
参数
- oCompare
- Object
要与当前 VirtualizationCacheLength对象进行比较的对象。
返回
注解
检查 VirtualizationCacheLength 值相等性。 也就是说,如果两 CacheBeforeViewport 个对象的属性值相等且属性值相等,则两 CacheAfterViewport 个对象相等。
适用于
Equals(VirtualizationCacheLength)
确定指定的 VirtualizationCacheLength 值是否等于当前 VirtualizationCacheLength。
public:
virtual bool Equals(System::Windows::Controls::VirtualizationCacheLength cacheLength);
public bool Equals(System.Windows.Controls.VirtualizationCacheLength cacheLength);
override this.Equals : System.Windows.Controls.VirtualizationCacheLength -> bool
Public Function Equals (cacheLength As VirtualizationCacheLength) As Boolean
参数
- cacheLength
- VirtualizationCacheLength
要与当前 VirtualizationCacheLength对象进行比较的对象。
返回
实现
注解
检查 VirtualizationCacheLength 值相等性。 也就是说,如果两 CacheBeforeViewport 个对象的属性值相等且属性值相等,则两 CacheAfterViewport 个对象相等。