IExternalResourceServer.AreSameResources
Method
Description:
Implement this method to indicate whether two given resources are the same.
Implement this method to indicate whether two given resources are the same.
Syntax
bool AreSameResources(
IDictionary<string, string> reference1,
IDictionary<string, string> reference2
)
Parameters
Parameter | Type | Description |
---|---|---|
reference1 | IDictionary | |
reference2 | IDictionary |
Return Value
Type | Description |
---|---|
Boolean | True if two given resources are the same; otherwise false. |