BindingMemberInfo.Equals メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Equals(Object) |
指定したオブジェクトがこの BindingMemberInfoと等しいかどうかを判断します。 |
| Equals(BindingMemberInfo) |
現在のオブジェクトが同じ型の別のオブジェクトと等しいかどうかを示します。 |
Equals(Object)
指定したオブジェクトがこの 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
otherObjectがBindingMemberInfoであり、両方のBindingMember文字列が等しい場合は 。それ以外の場合はfalse。
注釈
BindingMember文字列は、InvariantCultureのカルチャ設定と比較されます。
こちらもご覧ください
適用対象
Equals(BindingMemberInfo)
現在のオブジェクトが同じ型の別のオブジェクトと等しいかどうかを示します。
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。それ以外の場合は。