AreSameResources Method


IExternal Resource Server Are Same Resources Method


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

Parameters

reference1 IDictionary String , String
reference2 IDictionary String , String

Return Value

Boolean
See Also