VirtualizationCacheLength.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 op_Inequality : System.Windows.Controls.VirtualizationCacheLength * System.Windows.Controls.VirtualizationCacheLength -> bool
Public Shared Operator != (cl1 As VirtualizationCacheLength, cl2 As VirtualizationCacheLength) As Boolean
Parameters
The first object to compare.
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.