ArrayWithOffset::Equals Method (Object^)

 

Indicates whether the specified object matches the current ArrayWithOffset object.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

Object to compare with this instance.

Return Value

Type: System::Boolean

true if the object matches this ArrayWithOffset; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: