CustomAttributeTypedArgument.Equals メソッド

定義

オーバーロード

名前 説明
Equals(Object)

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

Equals(CustomAttributeTypedArgument)

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

Equals(Object)

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

比較対象の別のオブジェクト。

返品

true objとこのインスタンスが同じ型であり、同じ値を表す場合は。それ以外の場合はfalse

こちらもご覧ください

適用対象

Equals(CustomAttributeTypedArgument)

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

実装

適用対象