IntPtr.INumberBase<IntPtr>.IsZero(IntPtr) 메서드

정의

값이 0인지 확인합니다.

 static bool System.Numerics.INumberBase<nint>.IsZero(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsZero;
static bool INumberBase<IntPtr>.IsZero (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsZero : nativeint -> bool
 Shared Function IsZero (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsZero

매개 변수

value
IntPtr

nativeint

검사할 값입니다.

반환

true 가 0이면 value 이고, false그렇지 않으면 입니다.

구현

적용 대상