次の方法で共有


ArrayWithOffset.Equals メソッド

指定したオブジェクトが現在の ArrayWithOffset に一致するかどうかを示します。

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
    現在のインスタンスと比較する対象のオブジェクト。

戻り値

オブジェクトが現在の ArrayWithOffset に一致する場合は true 。それ以外の場合は false

必要条件

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

参照

ArrayWithOffset 構造体 | ArrayWithOffset メンバ | System.Runtime.InteropServices 名前空間