CustomAttributeTypedArgument.Inequality 演算子

定義

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

注釈

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

適用対象