VirtualizationCacheLength.Equality Operator

Definition

Determines whether the two specified VirtualizationCacheLength objects are equal.

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

Parameters

cl1
VirtualizationCacheLength

The first object to compare.

cl2
VirtualizationCacheLength

The second object to compare.

Returns

true if the specified VirtualizationCacheLength are equal; otherwise, false.

Remarks

The VirtualizationCacheLength checks for value equality. That is, the two objects are equal if their CacheBeforeViewport property values are equal and their CacheAfterViewport property values are equal.

Applies to