Returns true if the specified object matches the current ArrayWithOffset.
[Visual Basic] Overrides Public Function Equals( _ ByVal obj As Object _ ) As Boolean [C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
True if the object matches this ArrayWithOffset; otherwise, false.
ArrayWithOffset Structure | ArrayWithOffset Members | System.Runtime.InteropServices Namespace