IExternalResourceServer.AreSameResources
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.
bool AreSameResources(
IDictionary<string, string> reference1,
IDictionary<string, string> reference2
)
-
IDictionary<String, String>reference1
-
IDictionary<String, String>reference2
Return Value
bool
True if two given resources are the same; otherwise false.