Revit 2018 API |
IExternalResourceServer..::..AreSameResources Method |
IExternalResourceServer Interface See Also |
Implement this method to indicate whether two given resources are the same.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2015
Syntax
C# |
---|
bool AreSameResources( IDictionary<string, string> reference1, IDictionary<string, string> reference2 ) |
Visual Basic |
---|
Function AreSameResources ( _ reference1 As IDictionary(Of String, String), _ reference2 As IDictionary(Of String, String) _ ) As Boolean |
Visual C++ |
---|
bool AreSameResources( IDictionary<String^, String^>^ reference1, IDictionary<String^, String^>^ reference2 ) |
Parameters
- reference1
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
- reference2
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>