CustomAttributeNamedArgument.Equality Operator

Definition

Testar om två CustomAttributeNamedArgument strukturer är likvärdiga.

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

Parametrar

left
CustomAttributeNamedArgument

Strukturen till vänster om likhetsoperatorn.

right
CustomAttributeNamedArgument

Strukturen till höger om likhetsoperatorn.

Returer

trueom de två CustomAttributeNamedArgument strukturerna är lika, annars . false

Kommentarer

Motsvarande metod för den här operatorn är CustomAttributeNamedArgument.Equals.

Gäller för