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