CornerRadius.Inequality(CornerRadius, CornerRadius) 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.
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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.