has Classes And Interfaces With All Names
Determines whether the declaration has classes and interfaces with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The name of the class or interface to check.
The names of the classes and interfaces to check.
Specifies whether to include nested classes and interfaces in the check (optional, default is true
).
Specifies whether to include local classes in the check (optional, default is true
).
Determines whether the declaration has classes and interfaces with all the specified names.
Return
true
if there are declarations with all the specified names, false
otherwise.
Parameters
The names of the classes and interfaces to check.
Specifies whether to include nested classes and interfaces in the check (optional, default is true
).
Specifies whether to include local classes in the check (optional, default is true
).