CustomAttributeTypedArgument.Equality 運算子

定義

測試兩個 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 結構。

傳回

如果這兩個 CustomAttributeTypedArgument 結構相等,則為 true,否則為 false

備註

這個運算子 CustomAttributeTypedArgument.Equals 的對等方法是 。

適用於