IExpandoResourceSetContainsResource Method
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
bool ContainsResource(
string name,
bool ignoreCase = false
)
Function ContainsResource (
name As String,
Optional ignoreCase As Boolean = false
) As Boolean
bool ContainsResource(
String^ name,
bool ignoreCase = false
)
abstract ContainsResource :
name : string *
?ignoreCase : bool
(* Defaults:
let _ignoreCase = defaultArg ignoreCase false
*)
-> bool
- name String
- The name of the resource to check.
- ignoreCase Boolean (Optional)
- Indicates whether the case of the specified name should be ignored. This parameter is optional.
Default value:
Boolean, if the current
IExpandoResourceSet contains a resource with name
name; otherwise,
.