ExceptionBase: Equals

Equals

Provides a basic implementation of the Equals function of the IObject interface.



 Public Function Equals(
	  ByRef Value As Variant ) As Boolean

Parameters

Value
[ByRef] Variant. The value to determine if is the same object instance as the Subclass exception.

Return Values

Boolean -  Returns True if Value IS Subclass, False otherwise.

Remarks

See Also

Project VBCorLib Overview Class ExceptionBase Overview ExceptionBase Properties ExceptionBase Methods Data (get) GetBaseException