CustomAttributeNamedArgument.Equality 演算子

定義

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 ( = ) : 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

適用対象