CustomAttributeTypedArgument.Equals 方法

定义

重载

Equals(Object)

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

Equals(CustomAttributeTypedArgument)

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

Equals(Object)

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

要比较的另一个对象。

返回

如果 true 和该实例具有相同的类型并表示相同的值,则为 obj;否则为 false

另请参阅

适用于

Equals(CustomAttributeTypedArgument)

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

实现

适用于