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的等效方法是 。

适用于