Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr Inequality Operator

Determines whether two specified instances of UIntPtr represent different values. [Edit]

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

See Also

UIntPtr.Equals(object)

Parameters

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

Returns

true if value1 represents a different value than 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