CustomAttributeTypedArgument.Inequality Оператор

Определение

Определяет равенство двух структур CustomAttributeTypedArgument.

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

Параметры

left
CustomAttributeTypedArgument

Структура CustomAttributeTypedArgument, которая находится слева от оператора неравенства.

right
CustomAttributeTypedArgument

Структура CustomAttributeTypedArgument, которая находится справа от оператора неравенства.

Возвращаемое значение

true, если две структуры CustomAttributeTypedArgument различаются; в противном случае — false.

Комментарии

Эквивалентным методом для этого оператора является CustomAttributeTypedArgument.Equals.

Применяется к