IntPtr.IEquatable<IntPtr>.Equals(IntPtr) 方法

定義

傳回值,這個值表示這個實例是否等於另一個帶正負號的整數。

 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

參數

other
IntPtr

nativeint

要與這個實例比較的帶正負號整數。

傳回

other 等於這個執行個體的值時,則為 true否則為 false

實作

備註

這個成員是明確介面成員實作, 只有在 IntPtr 執行個體轉換成 IEquatable<T> 介面時,才能使用這個成員。

適用於