Mono Class Library: System.UIntPtr Overview | Members

System.UIntPtr Equality Operator

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

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

See Also

UIntPtr.Equals(object)

Parameters

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

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