CustomAttributeNamedArgument.Equality Оператор

Определение

Проверяет, эквивалентны ли две CustomAttributeNamedArgument структуры.

public:
 static bool operator ==(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator ==(System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member ( = ) : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator == (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean

Параметры

left
CustomAttributeNamedArgument

Структура слева от оператора равенства.

right
CustomAttributeNamedArgument

Структура справа от оператора равенства.

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

trueЗначение , falseесли две CustomAttributeNamedArgument структуры равны; в противном случае .

Комментарии

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

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