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
Параметры
Структура CustomAttributeTypedArgument слева от оператора неравенства.
Структура CustomAttributeTypedArgument справа от оператора неравенства.
Возвращаемое значение
trueЗначение , falseесли две CustomAttributeTypedArgument структуры отличаются; в противном случае .
Комментарии
Эквивалентный метод для этого оператора.CustomAttributeTypedArgument.Equals