Int64Static: IsZero

IsZero

Returns if value is equal to zero.



 Public Function IsZero(
	  ByRef Value As Int64 ) As Boolean

Parameters

Value
[ByRef] Int64. The Int64 value to check.

Return Values

Boolean -  True if the value is equal to zero; False otherwise.

See Also

Project CorLib Overview

Class Int64Static Overview