CustomAttributeNamedArgument.Inequality Operatör

Tanım

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

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

Parametreler

left
CustomAttributeNamedArgument

Eşitsizlik işlecinin solundaki yapı.

right
CustomAttributeNamedArgument

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

Döndürülenler

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

Açıklamalar

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

Şunlara uygulanır