Implement this method to indicate whether two given resources are the same.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
bool AreSameResources(
IDictionary<string, string> reference1,
IDictionary<string, string> reference2
)
Parameters
- reference1 IDictionary<String, String>
-
- reference2 IDictionary<String, String>
-
Return Value
Boolean
True if two given resources are the same; otherwise false.
See Also
Reference