<Code Lib>
2025.3 Method
Changes 5
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
)

  • IDictionary<StringString>
    reference1
  • IDictionary<StringString>
    reference2
Return Value Boolean True if two given resources are the same; otherwise false.

Loading…