SqlStoreConnection.Equals Method
Include Protected Members
Include Inherited Members
Determines whether the specified objects are equal. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Equals(SfcConnection) | Determines whether the specified server connection is equal to the current SqlStoreConnection object. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides SfcConnection.Equals(SfcConnection).) |
Top