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

Definicja

Zwraca wartość wskazującą, czy to wystąpienie jest równe innej niepodpisanej liczbie całkowitej.

 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

Liczba całkowita bez znaku do porównania z tym wystąpieniem.

Zwraca

Boolean

true jeśli other jest równa wartości tego wystąpienia; w przeciwnym razie wartość false.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy UIntPtr wystąpienie jest rzutowe do interfejsu IEquatable<T> .

Dotyczy