次の方法で共有


NotifyParentPropertyAttribute.Equals メソッド

指定したオブジェクトが現在のオブジェクトと同じかどうかを示す値を取得します。

Overrides Public Function Equals( _
   ByVal obj As Object _) As Boolean
[C#]
public override bool Equals(objectobj);
[C++]
public: bool Equals(Object* obj);
[JScript]
public override function Equals(
   obj : Object) : Boolean;

パラメータ

  • obj
    同じかどうかを確認する対象のオブジェクト。

戻り値

指定したオブジェクトが現在のオブジェクトと同じ場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

NotifyParentPropertyAttribute クラス | NotifyParentPropertyAttribute メンバ | System.ComponentModel 名前空間