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

매개 변수

left
CustomAttributeTypedArgument

같지 않음 연산자의 왼쪽에 있는 CustomAttributeTypedArgument 구조체입니다.

right
CustomAttributeTypedArgument

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

반환

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

설명

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

적용 대상