Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr Equality Operator

Determines whether the two specified instances of UIntPtr represent the same value. [Edit]

public static bool operator== (UIntPtr value1, UIntPtr value2)

See Also

UIntPtr.Equals(object)

Parameters

value1
The first UIntPtr to compare for equality. [Edit]
value2
The second UIntPtr to compare for equality. [Edit]
value2
Documentation for this section has not yet been entered. [Edit]

Returns

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

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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