CustomAttributeTypedArgument.Inequality Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
等しくない演算子の左側にある CustomAttributeTypedArgument 構造体。
等しくない演算子の右側にある CustomAttributeTypedArgument 構造体。
返品
注釈
この演算子の同等のメソッドは CustomAttributeTypedArgument.Equals。