<Code Lib>
M

IExternalResourceServer.AreSameResources

Description:
Implement this method to indicate whether two given resources are the same.

bool AreSameResources(
	IDictionary<string, string> reference1,
	IDictionary<string, string> reference2
)

Return Value bool True if two given resources are the same; otherwise false.

Loading…