다음을 통해 공유


IntPtr.Equals Method

Returns a value indicating whether this instance is equal to a specified object.

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;

Parameters

  • obj
    An object to compare with this instance or a null reference (Nothing in Visual Basic).

Return Value

true if obj is an instance of IntPtr and equals the value of this instance; otherwise, false.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard

See Also

IntPtr Structure | IntPtr Members | System Namespace