CustomAttributeTypedArgument.Inequality Operátor

Definice

Testuje, zda se dvě CustomAttributeTypedArgument struktury liší.

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

Parametry

left
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument nalevo od operátoru nerovnosti.

right
CustomAttributeTypedArgument

Struktura CustomAttributeTypedArgument napravo od operátoru nerovnosti.

Návraty

true pokud se tyto dvě CustomAttributeTypedArgument struktury liší, jinak hodnota false.

Poznámky

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

Platí pro