IExternalResourceServerAreSameResources Method

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
bool AreSameResources(
	IDictionary<string, string> reference1,
	IDictionary<string, string> reference2
)

Parameters

reference1  IDictionaryString, String
 
reference2  IDictionaryString, String
 

Return Value

Boolean
True if two given resources are the same; otherwise false.
See Also