CustomAttributeNamedArgument.Inequality Operator

Definition

Testet, ob zwei CustomAttributeNamedArgument Strukturen unterschiedlich sind.

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

Parameter

left
CustomAttributeNamedArgument

Die Struktur links neben dem Ungleichheitsoperator.

right
CustomAttributeNamedArgument

Die Struktur rechts neben dem Ungleichheitsoperator.

Gibt zurück

true wenn die beiden CustomAttributeNamedArgument Strukturen unterschiedlich sind; andernfalls false.

Hinweise

Die entsprechende Methode für diesen Operator lautet CustomAttributeNamedArgument.Equals.

Gilt für: