UIConnectionInfo.Inequality Operator
Include Protected Members
Include Inherited Members
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether two objects are different by performing an inequality operation.
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 | |
---|---|---|
Inequality(Object, UIConnectionInfo) | Infrastructure. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified Object is different than the specified UIConnectionInfo object. | |
Inequality(UIConnectionInfo, UIConnectionInfo) | Infrastructure. Determines whether two UIConnectionInfo objects are different. | |
Inequality(UIConnectionInfo, Object) | Infrastructure. Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines whether the specified UIConnectionInfo object is different than the specified Object. |
Top