CustomAttributeTypedArgument.Equality Operator

Definitie

Hiermee wordt getest of twee CustomAttributeTypedArgument structuren gelijkwaardig zijn.

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

Parameters

left
CustomAttributeTypedArgument

De CustomAttributeTypedArgument structuur links van de gelijkheidsoperator.

right
CustomAttributeTypedArgument

De CustomAttributeTypedArgument structuur rechts van de gelijkheidsoperator.

Retouren

trueals de twee CustomAttributeTypedArgument structuren gelijk zijn; anders . false

Opmerkingen

De equivalente methode voor deze operator is CustomAttributeTypedArgument.Equals.

Van toepassing op