ArithmeticException: 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 exception.

Return Values

Boolean -  Returns True if Value is the same instance as the exception object, False otherwise.

Remarks

See Also

Project VBCorLib Overview | Class ArithmeticException Overview