CustomAttributeNamedArgument.Equality Operator

Definitie

Hiermee wordt getest of twee CustomAttributeNamedArgument structuren gelijkwaardig zijn.

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

Parameters

left
CustomAttributeNamedArgument

De structuur links van de gelijkheidsoperator.

right
CustomAttributeNamedArgument

De structuur rechts van de gelijkheidsoperator.

Retouren

trueals de twee CustomAttributeNamedArgument structuren gelijk zijn; anders . false

Opmerkingen

De equivalente methode voor deze operator is CustomAttributeNamedArgument.Equals.

Van toepassing op