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

Definice

Vrátí hodnotu, která označuje, zda je tato instance rovna jinému nepodepsanému celočíselnému číslu.

 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

Parametry

other
UIntPtr

unativeint

Celé číslo bez znaménka pro porovnání s touto instancí.

Návraty

Boolean

true pokud other se rovná hodnotě této instance; v opačném případě false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v UIntPtr případě, že je instance přetypována do IEquatable<T> rozhraní.

Platí pro