IExternalResourceServerAreSameResources Method


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

Parameters

reference1  IDictionaryString, String
 
reference2  IDictionaryString, String
 

Return Value

Boolean
See Also