AdoDotNetConnectionProperties.EquivalentTo(DataConnectionProperties) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests whether the current instance of the class is equivalent to another class instance.
public:
override bool EquivalentTo(Microsoft::VisualStudio::Data::DataConnectionProperties ^ connectionProperties);
public override bool EquivalentTo (Microsoft.VisualStudio.Data.DataConnectionProperties connectionProperties);
override this.EquivalentTo : Microsoft.VisualStudio.Data.DataConnectionProperties -> bool
Public Overrides Function EquivalentTo (connectionProperties As DataConnectionProperties) As Boolean
Parameters
- connectionProperties
- DataConnectionProperties
Connection properties object against which an equivalency is to be established or refuted.
Returns
Returns true if the specified object instances are equivalent; otherwise returns false.
Exceptions
The connectionProperties
parameter is null.