CustomAttributeTypedArgument.Equality 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试两个 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 结构。
返回
如果两个 CustomAttributeTypedArgument 结构相等,则为 true
;否则为 false
。
注解
此运算符 CustomAttributeTypedArgument.Equals的等效方法是 。