CustomAttributeTypedArgument.Equality Operator

Definicja

Sprawdza, czy dwie CustomAttributeTypedArgument struktury są równoważne.

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

Parametry

left
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument po lewej stronie operatora równości.

right
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument po prawej stronie operatora równości.

Zwraca

truejeśli dwie CustomAttributeTypedArgument struktury są równe; w przeciwnym razie . false

Uwagi

Równoważną metodą dla tego operatora jest CustomAttributeTypedArgument.Equals.

Dotyczy