CustomAttributeTypedArgument.Inequality Operator

Definition

Testar om två CustomAttributeTypedArgument strukturer är olika.

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

Parametrar

left
CustomAttributeTypedArgument

Strukturen CustomAttributeTypedArgument till vänster om ojämlikhetsoperatören.

right
CustomAttributeTypedArgument

Strukturen CustomAttributeTypedArgument till höger om ojämlikhetsoperatören.

Returer

trueom de två CustomAttributeTypedArgument strukturerna är olika, annars . false

Kommentarer

Motsvarande metod för den här operatorn är CustomAttributeTypedArgument.Equals.

Gäller för