UIntPtr.Equality(UIntPtr, UIntPtr) Operatore
Definizione
public:
static bool operator ==(UIntPtr value1, UIntPtr value2);
public static bool operator == (UIntPtr value1, UIntPtr value2);
static member ( = ) : unativeint * unativeint -> bool
Public Shared Operator == (value1 As UIntPtr, value2 As UIntPtr) As Boolean
Parametri
- value1
- UIntPtr
Primo puntatore o handle da confrontare.The first pointer or handle to compare.
- value2
- UIntPtr
Secondo puntatore o handle da confrontare.The second pointer or handle to compare.
Restituisce
true
se value1
è uguale a value2
; in caso contrario, false
.true
if value1
equals value2
; otherwise, false
.
Commenti
Il metodo equivalente per questo operatore è UIntPtr.Equals(Object)The equivalent method for this operator is UIntPtr.Equals(Object)