Determines whether the two specified instances of IntPtr represent the same value.
[Edit]
[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)] public static bool operator== (IntPtr value1, IntPtr value2) |
|
See Also
Parameters
- value1
- The first IntPtr to compare for equality.
[Edit]
- value2
- The second IntPtr to compare for equality.
[Edit]
Returns
true if
value1 represents the same value as value2; otherwise, false.
[Edit]
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0