CustomAttributeTypedArgument.Equals メソッド

定義

オーバーロード

Equals(Object)

このインスタンスと指定したオブジェクトが等しいかどうかを示します。

Equals(CustomAttributeTypedArgument)

現在のインスタンスが同じ型の別のインスタンスと等しいかどうかを示します。

Equals(Object)

ソース:
CustomAttributeTypedArgument.cs
ソース:
CustomAttributeTypedArgument.cs
ソース:
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

比較対象のもう 1 つのオブジェクト。

戻り値

true とこのインスタンスが同じ型で、同じ値を表している場合は obj。それ以外の場合は false

こちらもご覧ください

適用対象

Equals(CustomAttributeTypedArgument)

ソース:
CustomAttributeTypedArgument.cs
ソース:
CustomAttributeTypedArgument.cs
ソース:
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

実装

適用対象