IsMinusOne
Returns if value is equal to minue one.
Public Function IsMinusOne(
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 minus one; False otherwise.
See Also
Project CorLib Overview
Class Int64Static Overview