Edit

Share via


UIntPtr.Inequality(UIntPtr, UIntPtr) Operator

Definition

Determines whether two specified instances of UIntPtr are not equal.

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

Parameters

value1
UIntPtr

The first unsigned integer to compare.

value2
UIntPtr

The second unsigned integer to compare.

Returns

true if value1 does not equal value2; otherwise, false.

Implements

Remarks

The equivalent method for this operator is UIntPtr.Equals(Object)

Applies to