CustomAttributeTypedArgument.Inequality Operator
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Sprawdza, czy dwie CustomAttributeTypedArgument struktury są różne.
public:
static bool operator !=(System::Reflection::CustomAttributeTypedArgument left, System::Reflection::CustomAttributeTypedArgument right);
public static bool operator != (System.Reflection.CustomAttributeTypedArgument left, System.Reflection.CustomAttributeTypedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator != (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean
Parametry
Struktura CustomAttributeTypedArgument po lewej stronie operatora nierówności.
Struktura CustomAttributeTypedArgument po prawej stronie operatora nierówności.
Zwraca
true
jeśli dwie CustomAttributeTypedArgument struktury są różne; w przeciwnym razie false
.
Uwagi
Równoważną metodą dla tego operatora jest CustomAttributeTypedArgument.Equals.