CustomAttributeTypedArgument.Inequality Operator

Definition

Testet, ob zwei CustomAttributeTypedArgument Strukturen unterschiedlich sind.

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

Parameter

left
CustomAttributeTypedArgument

Die CustomAttributeTypedArgument Struktur links neben dem Ungleichheitsoperator.

right
CustomAttributeTypedArgument

Die CustomAttributeTypedArgument Struktur rechts neben dem Ungleichheitsoperator.

Gibt zurück

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

Hinweise

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

Gilt für: