対象のインスタンスが、指定したオブジェクトに等しいかどうかを示す値を返します。
Function Equals( _
ByVal other As Object _) As Boolean
[C#]
bool Equals(
objectother);
[C++]
bool Equals(
Object* other);
[JScript]
function Equals(
other : Object) : Boolean;
パラメータ
- other
対象のインスタンスと比較する対象のオブジェクト、または null 参照 (Visual Basic では Nothing) 。
戻り値
other が AppDomain のインスタンスで、対象のインスタンスの値に等しい場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ