Int64Static: IsOne

IsOne

Returns if value is equal to one.



 Public Function IsOne(
	  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 one; False otherwise.

See Also

Project CorLib Overview

Class Int64Static Overview