CustomAttributeTypedArgument.Equality Operator

Definition

Testet, ob zwei CustomAttributeTypedArgument Strukturen gleichwertig 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 ( = ) : 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 Gleichheitsoperator.

right
CustomAttributeTypedArgument

Die CustomAttributeTypedArgument Struktur rechts vom Gleichheitsoperator.

Gibt zurück

truewenn die beiden CustomAttributeTypedArgument Strukturen gleich sind; andernfalls . false

Hinweise

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

Gilt für: