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.Equals.

적용 대상