CornerRadius.Inequality(CornerRadius, CornerRadius) Operator
In this article
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.
Compares two CornerRadius structs for inequality.
public:
static bool operator !=(Windows::UI::Xaml::CornerRadius cr1, Windows::UI::Xaml::CornerRadius cr2);
public static bool operator !=(Windows.UI.Xaml.CornerRadius cr1, Windows.UI.Xaml.CornerRadius cr2);
static member op_Inequality : Windows.UI.Xaml.CornerRadius * Windows.UI.Xaml.CornerRadius -> bool
Public Shared Operator != (cr1 As CornerRadius, cr2 As CornerRadius) As Boolean
- cr1
- CornerRadius
The first struct to compare.
- cr2
- CornerRadius
The other struct to compare.
true
if the two instances of CornerRadius are not equal; otherwise, false
.
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 |