Share via


CustomAttributeTypedArgument.Inequality Operatör

Tanım

İki CustomAttributeTypedArgument yapının farklı olup olmadığını sınar.

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

Parametreler

left
CustomAttributeTypedArgument

CustomAttributeTypedArgument Eşitsizlik işlecinin solundaki yapı.

right
CustomAttributeTypedArgument

CustomAttributeTypedArgument Eşitsizlik işlecinin sağındaki yapı.

Döndürülenler

true iki CustomAttributeTypedArgument yapı farklıysa; değilse, false.

Açıklamalar

Bu işlecin eşdeğer yöntemidir CustomAttributeTypedArgument.Equals.

Şunlara uygulanır