Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr Inequality Operator

Determines whether two specified instances of UIntPtr represent different values.

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

See Also

UIntPtr.Equals(object)

Parameters

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

Returns

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