CustomAttributeNamedArgument.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 CustomAttributeNamedArgument struktury są różne.
public:
static bool operator !=(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator != (System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean
Parametry
Struktura po lewej stronie operatora nierówności.
Struktura po prawej stronie operatora nierówności.
Zwraca
true
jeśli dwie CustomAttributeNamedArgument struktury są różne; w przeciwnym razie false
.
Uwagi
Równoważną metodą dla tego operatora jest CustomAttributeNamedArgument.Equals.