Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Checks if an OraNumber
object is equal to an argument value.
bool = OraNumber.IsEqual value
The arguments for the method are:
Arguments | Description |
---|---|
[in ] value |
A Variant of type String , OraNumber , or a numeric value. |
Returns a Boolean value: The value is True
if all values are equal; otherwise, it is False
.