CustomAttributeTypedArgument.Inequality Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Testar om två CustomAttributeTypedArgument strukturer är olika.
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
Parametrar
Strukturen CustomAttributeTypedArgument till vänster om ojämlikhetsoperatören.
Strukturen CustomAttributeTypedArgument till höger om ojämlikhetsoperatören.
Returer
trueom de två CustomAttributeTypedArgument strukturerna är olika, annars . false
Kommentarer
Motsvarande metod för den här operatorn är CustomAttributeTypedArgument.Equals.