CustomAttributeTypedArgument.Equality 演算子

定義

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

パラメーター

left
CustomAttributeTypedArgument

等値演算子の左側に表示される CustomAttributeTypedArgument 構造体。

right
CustomAttributeTypedArgument

等値演算子の右辺にある CustomAttributeTypedArgument 構造体。

戻り値

2 つの CustomAttributeTypedArgument 構造体が等しい場合は true。それ以外の場合は false

注釈

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

適用対象