CustomAttributeNamedArgument.Equality 運算子

定義

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

位於等號比較運算子右方的結構。

傳回

Boolean

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

備註

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

適用於