Method IsNull
IsNull(IntPtr)
Tests an IntPtr for a zero value
Declaration
public static bool IsNull(this IntPtr self)
Parameters
public static bool IsNull(this IntPtr self)
IntPtr | self | IntPtr to test |
Returns
Boolean | Result of the test |
IsNull(UIntPtr)
Tests a UIntPtr for a zero value
Declaration
public static bool IsNull(this UIntPtr self)
Parameters
public static bool IsNull(this UIntPtr self)
UIntPtr | self | UIntPtr to test |
Returns
Boolean | Result of the test |