HMACRIPEMD160: Equals

Equals

This function determines if the value passed in is the same as the current object instance. Meaning, are the Value and this object the same object in memory.

 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The value to compare against this instance.

Return Values

Boolean -  Returns True if the values are the same.

Remarks

See Also

Project VBCorLib Overview | Class HMACRIPEMD160 Overview