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

Definition

Returns a value that indicates whether this instance is equal to another unsigned integer.

 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

Parameters

other
UIntPtr

unativeint

An unsigned integer to compare with this instance.

Returns

true if other equals the value of this instance; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the UIntPtr instance is cast to an IEquatable<T> interface.

Applies to