CustomAttributeTypedArgument.Inequality Betreiber

Definition

Testet, ob zwei CustomAttributeTypedArgument-Strukturen verschieden 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 auf der linken Seite des Ungleichheitsoperators.

right
CustomAttributeTypedArgument

Die CustomAttributeTypedArgument-Struktur auf der rechten Seite des Ungleichheitsoperators.

Gibt zurück

true, wenn die beiden CustomAttributeTypedArgument-Strukturen verschieden sind; andernfalls false.

Hinweise

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

Gilt für: