通过


VirtualizationCacheLength.Equals 方法

定义

确定两个对象是否相等。

重载

名称 说明
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 个对象相等。

适用于