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 個物件相等。