CustomAttributeTypedArgument.Inequality Operator

定義

2 つの 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 構造体。

返品

2 つの 構造体が異なる場合は (a0/& 。それ以外の場合は。

注釈

この演算子の同等のメソッドは CustomAttributeTypedArgument.Equals

適用対象