Determines whether Oracle home with the specified name is present at the system.
'Declaration
Public Function Contains( _
ByVal As String _
) As Boolean
Parameters
- name
- The name of Oracle home to search for.
Return Value
true if Oracle home with the specified name is found; otherwise, false.