Int64Static: Equals

Equals

Determines of two Int64 values are equal.



 Public Function Equals(
	  ByRef Int64A As Int64,
	  ByRef Int64B As Int64 ) As Boolean

Parameters

Int64A
[ByRef] Int64. The first value to compare.
Int64B
[ByRef] Int64. The second value to compare.

Return Values

Boolean -  True if the values are equal; otherwise, False.

See Also

Project CorLib Overview

Class Int64Static Overview