CustomAttributeTypedArgument.Equality Operator
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
De CustomAttributeTypedArgument structuur links van de gelijkheidsoperator.
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.