Edit

Share via


CornerRadius.Inequality(CornerRadius, CornerRadius) Operator

Definition

Compares two CornerRadius structs for inequality.

public static bool operator !=(Windows.UI.Xaml.CornerRadius cr1, Windows.UI.Xaml.CornerRadius cr2);

Parameters

cr1
CornerRadius

The first struct to compare.

cr2
CornerRadius

The other struct to compare.

Returns

true if the two instances of CornerRadius are not equal; otherwise, false.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) CornerRadius struct. For more information, see CornerRadius in the UWP API reference.

Applies to

Product Versions
UWP 10.0