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

Definizione

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

 virtual bool System.IEquatable<System.IntPtr>.Equals(IntPtr other) = IEquatable<IntPtr>::Equals;
bool IEquatable<IntPtr>.Equals (IntPtr other);
abstract member System.IEquatable<System.IntPtr>.Equals : nativeint -> bool
override this.System.IEquatable<System.IntPtr>.Equals : nativeint -> bool
Function Equals (other As IntPtr) As Boolean Implements IEquatable(Of IntPtr).Equals

Parametri

other
IntPtr

nativeint

Intero con segno da confrontare con questa istanza.

Restituisce

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 IntPtr a un'interfaccia IEquatable<T>.

Si applica a