CustomAttributeTypedArgument.Equality Оператор

Определение

Проверяет, эквивалентны ли две 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 ( = ) : 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

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