UIntPtr.IEquatable<UIntPtr>.Equals(UIntPtr) Metodo

Definizione

Restituisce un valore che indica se questa istanza è uguale a un altro intero senza segno.

 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

unativeint

Intero senza segno da confrontare con questa istanza.

Restituisce

Boolean

true se other è uguale al valore di questa istanza. In caso contrario, false.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza UIntPtr a un'interfaccia IEquatable<T>.

Si applica a