CustomAttributeNamedArgument.Inequality 演算子

定義

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 つの CustomAttributeNamedArgument 構造体が異なる場合は true。それ以外の場合は false

注釈

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

適用対象