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Значение , falseесли две CustomAttributeTypedArgument структуры отличаются; в противном случае .

Комментарии

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

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