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

定义

返回一个值,该值指示此实例是否等于另一个无符号整数。

 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

参数

other
UIntPtr

unativeint

要与此实例进行比较的无符号整数。

返回

true 如果 other 等于此实例的值,则为 ;否则为 false

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为UIntPtr接口时IEquatable<T>,才能使用它。

适用于