CustomAttributeTypedArgument.Equality 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 ( = ) : System.Reflection.CustomAttributeTypedArgument * System.Reflection.CustomAttributeTypedArgument -> bool
Public Shared Operator == (left As CustomAttributeTypedArgument, right As CustomAttributeTypedArgument) As Boolean
パラメーター
等値演算子の左側に表示される CustomAttributeTypedArgument 構造体。
等値演算子の右辺にある CustomAttributeTypedArgument 構造体。
戻り値
2 つの CustomAttributeTypedArgument 構造体が等しい場合は true
。それ以外の場合は false
。
注釈
この演算子の同等のメソッドは です CustomAttributeTypedArgument.Equals。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET