CustomAttributeNamedArgument.Inequality Operator

Definitie

Test of twee CustomAttributeNamedArgument structuren verschillen.

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 op_Inequality : 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 ongelijkheidsoperator.

right
CustomAttributeNamedArgument

De structuur rechts van de ongelijkheidsoperator.

Retouren

true als de twee CustomAttributeNamedArgument structuren anders zijn; falseanders .

Opmerkingen

De equivalente methode voor deze operator is CustomAttributeNamedArgument.Equals.

Van toepassing op