DecoderExceptionFallback: Equals

Equals

Determines equality with another value.



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The other value to check equality against.

Return Values

Boolean -  True if both values are considered equal; otherwise False.

Remarks

A DecoderExceptionFallback is considered equal to another object if it is also a DecoderExceptionFallback object.

See Also

Project CorLib Overview

Class DecoderExceptionFallback Overview