Mono Class Library: System.IntPtr Overview | Members

System.IntPtr Equality Operator

Determines whether the two specified instances of IntPtr represent the same value.

[System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public static bool operator== (IntPtr value1, IntPtr value2)

See Also

IntPtr.Equals(object)

Parameters

value1
The first IntPtr to compare for equality.
value2
The second IntPtr to compare for equality.

Returns

true if value1 represents the same value as value2; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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