UIntPtr.Equals Method
Returns a value indicating whether this instance is equal to a specified object.
The UIntPtr type is not CLS-compliant. The CLS-compliant alternative type is IntPtr. For more information about CLS compliance, see What is the Common Language Specification.
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 UIntPtr 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
UIntPtr Structure | UIntPtr Members | System Namespace