CustomAttributeNamedArgument.Inequality Operátor

Definice

Testuje, jestli se dvě CustomAttributeNamedArgument struktury liší.

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

Parametry

left
CustomAttributeNamedArgument

Struktura nalevo od operátoru nerovnosti.

right
CustomAttributeNamedArgument

Struktura napravo od operátoru nerovnosti.

Návraty

truepokud se tyto dvě CustomAttributeNamedArgument struktury liší, v opačném případě . false

Poznámky

Ekvivalentní metoda pro tento operátor je CustomAttributeNamedArgument.Equals.

Platí pro