CustomAttributeNamedArgument.Equals メソッド

定義

オーバーロード

名前 説明
Equals(Object)

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

Equals(CustomAttributeNamedArgument)

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

Equals(Object)

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

このインスタンスと比較するオブジェクト、または null

返品

true objがこのインスタンスの型と値と等しい場合は、それ以外の場合はfalse

適用対象

Equals(CustomAttributeNamedArgument)

ソース:
CustomAttributeNamedArgument.cs
ソース:
CustomAttributeNamedArgument.cs
ソース:
CustomAttributeNamedArgument.cs
ソース:
CustomAttributeNamedArgument.cs
ソース:
CustomAttributeNamedArgument.cs

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

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

パラメーター

other
CustomAttributeNamedArgument

このインスタンスと比較するインスタンス。

返品

true 現在のインスタンスが他のインスタンスと等しい場合。それ以外の場合は false

実装

適用対象