BindingMemberInfo.Equals メソッド

定義

オーバーロード

名前 説明
Equals(Object)

指定したオブジェクトがこの BindingMemberInfoと等しいかどうかを判断します。

Equals(BindingMemberInfo)

現在のオブジェクトが同じ型の別のオブジェクトと等しいかどうかを示します。

Equals(Object)

ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs

指定したオブジェクトがこの BindingMemberInfoと等しいかどうかを判断します。

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

パラメーター

otherObject
Object

等しいかどうかを比較するオブジェクト。

返品

true otherObjectBindingMemberInfoであり、両方のBindingMember文字列が等しい場合は 。それ以外の場合はfalse

注釈

BindingMember文字列は、InvariantCultureのカルチャ設定と比較されます。

こちらもご覧ください

適用対象

Equals(BindingMemberInfo)

ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs
ソース:
BindingMemberInfo.cs

現在のオブジェクトが同じ型の別のオブジェクトと等しいかどうかを示します。

public:
 virtual bool Equals(System::Windows::Forms::BindingMemberInfo other);
public bool Equals(System.Windows.Forms.BindingMemberInfo other);
override this.Equals : System.Windows.Forms.BindingMemberInfo -> bool
Public Function Equals (other As BindingMemberInfo) As Boolean

パラメーター

other
BindingMemberInfo

このオブジェクトと比較するオブジェクト。

返品

true 現在のオブジェクトが other パラメーターと等しい場合は false。それ以外の場合は。

実装

適用対象