CustomAttributeTypedArgument.Inequality 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.
Test of twee CustomAttributeTypedArgument structuren verschillen.
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 op_Inequality : 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 ongelijkheidsoperator.
De CustomAttributeTypedArgument structuur rechts van de ongelijkheidsoperator.
Retouren
true als de twee CustomAttributeTypedArgument structuren anders zijn; falseanders .
Opmerkingen
De equivalente methode voor deze operator is CustomAttributeTypedArgument.Equals.