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 구조체입니다.

반환

Boolean

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

설명

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

적용 대상