CustomAttributeTypedArgument.Equals 方法

定义

重载

名称 说明
Equals(Object)

指示此实例和指定对象是否相等。

Equals(CustomAttributeTypedArgument)

指示当前实例是否等于同一类型的另一个实例。

Equals(Object)

Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs

指示此实例和指定对象是否相等。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

obj
Object

要比较的另一个对象。

返回

如果 此实例的类型相同,并且表示相同的值,则为 ;否则为 < a1/ >。

另请参阅

适用于

Equals(CustomAttributeTypedArgument)

Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs
Source:
CustomAttributeTypedArgument.cs

指示当前实例是否等于同一类型的另一个实例。

public:
 virtual bool Equals(System::Reflection::CustomAttributeTypedArgument other);
public bool Equals(System.Reflection.CustomAttributeTypedArgument other);
override this.Equals : System.Reflection.CustomAttributeTypedArgument -> bool
Public Function Equals (other As CustomAttributeTypedArgument) As Boolean

参数

other
CustomAttributeTypedArgument

要与此实例进行比较的实例。

返回

true 如果当前实例等于其他实例,则为 ;否则,为 false.

实现

适用于