CustomAttributeNamedArgument.Inequality Operator

定義

2 つの CustomAttributeNamedArgument 構造体が異なるかどうかをテストします。

public:
 static bool operator !=(System::Reflection::CustomAttributeNamedArgument left, System::Reflection::CustomAttributeNamedArgument right);
public static bool operator !=(System.Reflection.CustomAttributeNamedArgument left, System.Reflection.CustomAttributeNamedArgument right);
static member op_Inequality : System.Reflection.CustomAttributeNamedArgument * System.Reflection.CustomAttributeNamedArgument -> bool
Public Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Boolean

パラメーター

left
CustomAttributeNamedArgument

等しくない演算子の左側の構造体。

right
CustomAttributeNamedArgument

等しくない演算子の右側にある構造体。

返品

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

注釈

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

適用対象