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 进行比较的对象。

返回

Boolean

如果指定的对象等于当前的 VirtualizationCacheLength,则为 true;否则为 false

注解

检查 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 进行比较的对象。

返回

Boolean

如果指定的对象等于当前的 VirtualizationCacheLength,则为 true;否则为 false

实现

注解

检查 VirtualizationCacheLength 值相等性。 也就是说,如果 CacheBeforeViewport 两个对象的属性值相等且属性值相等,则两 CacheAfterViewport 个对象相等。

适用于