Equals
Determines whether the specified value passed in is equal to the current object.
Public Function Equals(
ByRef Value As Variant ) As Boolean
Parameters
- Value
-
[ByRef]
Variant.
The value to compare to the current object.
Return Values
Boolean - True if the specified value is equal to the current object; otherwise, False.
See Also
Project CorLib Overview
Class MemoryMappedViewAccessor Overview
IObject