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

같음 연산자의 오른쪽에 있는 구조체입니다.

반환

CustomAttributeNamedArgument 구조체가 같으면 true이고, 그렇지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 CustomAttributeNamedArgument.Equals합니다.

적용 대상