IntPtr.IEquatable<IntPtr>.Equals(IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示此实例是否等于另一个有符号整数。
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
要与该实例进行比较的带符号整数。
返回
如果 true
与此实例的值相等,则为 other
;否则为 false
。
实现
注解
此成员是显式接口成员的实现。 它只能在 IntPtr 实例被强制转换为 IEquatable<T> 接口时使用。