CustomAttributeTypedArgument.Inequality Operator

Definitie

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

left
CustomAttributeTypedArgument

De CustomAttributeTypedArgument structuur links van de ongelijkheidsoperator.

right
CustomAttributeTypedArgument

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.

Van toepassing op