DataConnectionEquivalencyComparer.AreEquivalent Method
Include Protected Members
Include Inherited Members
Compares the specified connection properties.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AreEquivalent(String, String) | Compares the specified connection strings to determine whether they are equivalent and hence provide the same design-time experience. | |
AreEquivalent(IVsDataConnectionProperties, IVsDataConnectionProperties) | Compares the specified connection property objects to determine whether they are equivalent and hence provide the same design-time experience. |
Top