UIntPtr.IEquatable<UIntPtr>.Equals(UIntPtr) Metodo
Definizione
Restituisce un valore che indica se questa istanza è uguale a un altro puntatore a un intero senza segno.Returns a value that indicates whether this instance is equal to another unsigned integer pointer.
virtual bool System.IEquatable<System.UIntPtr>.Equals(UIntPtr other) = IEquatable<UIntPtr>::Equals;
bool IEquatable<UIntPtr>.Equals (UIntPtr other);
abstract member System.IEquatable<System.UIntPtr>.Equals : unativeint -> bool
override this.System.IEquatable<System.UIntPtr>.Equals : unativeint -> bool
Function Equals (other As UIntPtr) As Boolean Implements IEquatable(Of UIntPtr).Equals
Parametri
- other
- UIntPtr
Puntatore a un intero senza segno da confrontare con questa istanza.An unsigned integer pointer to compare with this instance.
Restituisce
true
se other
è uguale al valore di questa istanza. In caso contrario, false
.true
if other
equals the value of this instance; otherwise, false
.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza UIntPtr a un'interfaccia IEquatable<T>.It can be used only when the UIntPtr instance is cast to an IEquatable<T> interface.