IsEqual (OraNumber) Method
Applies To
OraNumber
Object
Description
Returns true if an OraNumber is equal to an argument value.
Arguments
[in]
value
A variant of type String, OraNumber, or a numeric value.
Usage
bool = OraNumber.
IsEqual
value
Remarks
Returns a Boolean value: True if values are equal, false otherwise.
Contents