| CoreClasses REALbasic Plugin |
|
ObjectSet.Exists Method
Use this function to check for existence of a item in the set container.
Exists(
item as Object) as Boolean
Parameters
- item
- The item to check for.
Returns
- Boolean
- True if the item exists.
Remarks
See Also
ObjectSet Class