System.UIntPtr.Equals Method

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

Syntax

public override bool Equals (object obj)

Parameters

obj
An object to compare with this instance or null.
obj
An object to compare with this instance or null.

Returns

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

Remarks

Note: The method overrides object.Equals(object).

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0