CustomAttributeNamedArgument.Inequality Operator    
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 -> boolPublic Shared Operator != (left As CustomAttributeNamedArgument, right As CustomAttributeNamedArgument) As Booleanパラメーター
非等値演算子の左側に表示される構造体。
非等値演算子の右側に表示される構造体。
戻り値
2 つの CustomAttributeNamedArgument 構造体が異なる場合は true。それ以外の場合は false。
注釈
この演算子の同等のメソッドは です CustomAttributeNamedArgument.Equals。