CustomAttributeNamedArgument.Equality Operator

Definicja

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

public:
 static bool operator ==(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator == (System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member ( = ) : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator == (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean

Parametry

left
CustomAttributeNamedArgument

Struktura po lewej stronie operatora równości.

right
CustomAttributeNamedArgument

Struktura po prawej stronie operatora równości.

Zwraca

true jeśli dwie CustomAttributeNamedArgument struktury są równe; w przeciwnym razie false.

Uwagi

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

Dotyczy