CustomAttributeTypedArgument.Equality Betreiber

Definition

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

right
CustomAttributeTypedArgument

Die CustomAttributeTypedArgument-Struktur auf der rechten Seite des Gleichheitsoperators.

Gibt zurück

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

Hinweise

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

Gilt für: