BBjString::equals
Description
In BBj 7.0 and higher, this method compares this string to the specified object. The result is true if and only if the argument is not null and is a String object that represents the same sequence of characters as this object.
Syntax
Return Value |
Method |
---|---|
boolean |
equals(Object anObject) |
Parameters
Variable |
Description |
---|---|
anObject |
The object to compare this string against. |
Return Value
Returns true if the given object represents a String equivalent to this string, false otherwise.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.