UIntPtr.INumberBase<UIntPtr>.IsZero(UIntPtr) Método

Definição

Determina se um valor é zero.

 static bool System.Numerics.INumberBase<nuint>.IsZero(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsZero;
static bool INumberBase<UIntPtr>.IsZero (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsZero : unativeint -> bool
 Shared Function IsZero (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsZero

Parâmetros

value
UIntPtr

unativeint

O valor a ser verificado.

Retornos

true se value for zero; caso contrário, false.

Implementações

Aplica-se a