VirtualizationCacheLength.Equality 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个指定的 VirtualizationCacheLength 对象是否相等。
public:
static bool operator ==(System::Windows::Controls::VirtualizationCacheLength cl1, System::Windows::Controls::VirtualizationCacheLength cl2);
public static bool operator == (System.Windows.Controls.VirtualizationCacheLength cl1, System.Windows.Controls.VirtualizationCacheLength cl2);
static member ( = ) : System.Windows.Controls.VirtualizationCacheLength * System.Windows.Controls.VirtualizationCacheLength -> bool
Public Shared Operator == (cl1 As VirtualizationCacheLength, cl2 As VirtualizationCacheLength) As Boolean
参数
要比较的第一个对象。
要比较的第二个对象。
返回
如果指定的 VirtualizationCacheLength 相等,则为 true
;否则为 false
。
注解
检查 VirtualizationCacheLength 值相等性。 也就是说,如果两 CacheBeforeViewport 个对象的属性值相等且属性值相等,则两 CacheAfterViewport 个对象相等。