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相等运算符右侧的结构。

返回

true 如果两 CustomAttributeTypedArgument 个结构相等,则为 :否则为 false

注解

此运算符 CustomAttributeTypedArgument.Equals的等效方法是 。

适用于